Remove redundant section
This commit is contained in:
parent
7fd28c99b9
commit
a6c554fb6e
1 changed files with 0 additions and 6 deletions
|
@ -160,12 +160,6 @@ $ sudo certbot certonly --standalone --post-hook "systemctl restart nginx"
|
|||
$ sudo systemctl reload nginx
|
||||
```
|
||||
|
||||
Now you have the certificates you can reload nginx:
|
||||
|
||||
```bash
|
||||
$ sudo systemctl reload nginx
|
||||
```
|
||||
|
||||
Certbot should have installed a cron to automatically renew your certificate.
|
||||
Since our nginx template supports webroot renewal, we suggest you to update the renewal config file to use the `webroot` authenticator:
|
||||
|
||||
|
|
Loading…
Reference in a new issue