aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/doc/production.md6
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
163Now you have the certificates you can reload nginx:
164
165```bash
166$ sudo systemctl reload nginx
167```
168
169Certbot should have installed a cron to automatically renew your certificate. 163Certbot should have installed a cron to automatically renew your certificate.
170Since our nginx template supports webroot renewal, we suggest you to update the renewal config file to use the `webroot` authenticator: 164Since our nginx template supports webroot renewal, we suggest you to update the renewal config file to use the `webroot` authenticator:
171 165