From 915273bc64fc70bc06d09dd69c2cf99fcf9a4643 Mon Sep 17 00:00:00 2001 From: CHEF-KOCH Date: Mon, 27 Feb 2023 11:46:42 +0100 Subject: [PATCH] Typo As always.... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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