Typo
As always....
This commit is contained in:
parent
d8cf7ff89f
commit
915273bc64
@ -1,4 +1,4 @@
|
||||
# Let’s Encrypt certificates without exposing port 80 and 443 trough DNS record
|
||||
# Let’s Encrypt certificates without exposing port 80 and 443, trough DNS record
|
||||
|
||||
|
||||
## Instructions on SSH end
|
||||
@ -29,7 +29,7 @@ Hit enter.
|
||||
- PRIVKey: /etc/letsencrypt/live/yourdomain.org//privkey.pem
|
||||
|
||||
|
||||
## Add cron job for reneww process and restart Nginx
|
||||
## Add cron job for renewable process and restart Nginx
|
||||
- crontab -e
|
||||
- #@weekly /usr/bin/certbot renew > /dev/null 2>&1
|
||||
- @weekly /usr/bin/certbot renew --renew-hook 'systemctl restart nginx.service' > /dev/null 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user