From 0933ed91e0f7ce767ce654fee7bc52d45d0a452b Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 9 Oct 2024 01:48:54 -0400 Subject: [PATCH] minor docs improvement --- web-conf | 1 + 1 file changed, 1 insertion(+) diff --git a/web-conf b/web-conf index eb87f17..5565ed2 100755 --- a/web-conf +++ b/web-conf @@ -167,6 +167,7 @@ if [[ ! $oob_cert_dir ]] && $ssl; then $0 -p 80 $t $h # when generating an example config, add all relevant security options: # --hsts --staple-ocsp --uir --must-staple + # --no-self-upgrade means don't try to upgrade certbot certbot certonly -n --email $email --no-self-upgrade \ --agree-tos --${t%2} -d $h # cleanup the call to ourselves a short bit ago -- 2.30.2