aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-07-20 15:56:51 +0200
committerChocobozzz <me@florianbigard.com>2022-07-20 15:56:51 +0200
commita6c554fb6eeda7500215cca0d10930b0db4ddb0a (patch)
treeca842947fc1c660d2d6ca42372b63c99cb470414 /support
parent7fd28c99b9dfd0a0fe6799d947631e57f72e817a (diff)
downloadPeerTube-a6c554fb6eeda7500215cca0d10930b0db4ddb0a.tar.gz
PeerTube-a6c554fb6eeda7500215cca0d10930b0db4ddb0a.tar.zst
PeerTube-a6c554fb6eeda7500215cca0d10930b0db4ddb0a.zip
Remove redundant section
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