From: Ian Kelling Date: Wed, 9 Oct 2024 05:48:54 +0000 (-0400) Subject: minor docs improvement X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=HEAD;p=basic-https-conf minor docs improvement --- 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