From f563f2f2519cfa9e2619764686355124b6245a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20R=C3=A4s=C3=A4nen?= Date: Sun, 27 Apr 2025 16:40:39 +0300 Subject: [PATCH] echo cert instructions --- scripts/nginx.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/nginx.sh b/scripts/nginx.sh index 56248f6..7186b31 100755 --- a/scripts/nginx.sh +++ b/scripts/nginx.sh @@ -6,5 +6,7 @@ sudo apt install -y nginx certbot python3-certbot-nginx sudo systemctl status certbot.timer -# sudo certbot --nginx -d example.com +echo "For enabling certs:" +echo "sudo certbot --nginx -d example.com" +echo ""