diff options
-rw-r--r-- | support/doc/production.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 34e19fc8c..44b2c29b1 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -160,12 +160,6 @@ $ sudo certbot certonly --standalone --post-hook "systemctl restart nginx" | |||
160 | $ sudo systemctl reload nginx | 160 | $ sudo systemctl reload nginx |
161 | ``` | 161 | ``` |
162 | 162 | ||
163 | Now you have the certificates you can reload nginx: | ||
164 | |||
165 | ```bash | ||
166 | $ sudo systemctl reload nginx | ||
167 | ``` | ||
168 | |||
169 | Certbot should have installed a cron to automatically renew your certificate. | 163 | Certbot should have installed a cron to automatically renew your certificate. |
170 | Since our nginx template supports webroot renewal, we suggest you to update the renewal config file to use the `webroot` authenticator: | 164 | Since our nginx template supports webroot renewal, we suggest you to update the renewal config file to use the `webroot` authenticator: |
171 | 165 | ||