diff --git a/README.md b/README.md index 9ec601c..48e0b91 100644 --- a/README.md +++ b/README.md @@ -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