mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix documentation:
The documentation says "reload" instead of "start" or "restart".
This commit is contained in:
committed by
Chocobozzz
parent
17cd564875
commit
533897af59
@@ -163,7 +163,7 @@ To generate the certificate for your domain as required to make https work you c
|
||||
```bash
|
||||
sudo systemctl stop nginx
|
||||
sudo certbot certonly --standalone --post-hook "systemctl restart nginx"
|
||||
sudo systemctl reload nginx
|
||||
sudo systemctl restart nginx
|
||||
```
|
||||
|
||||
Certbot should have installed a cron to automatically renew your certificate.
|
||||
|
||||
Reference in New Issue
Block a user