diff --git a/gen-cert.sh b/gen-cert.sh index 855861b..b865258 100755 --- a/gen-cert.sh +++ b/gen-cert.sh @@ -29,7 +29,7 @@ PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PROXYAUTH="--standalone --standalone-supported-challenges http-01 --http-01-port 9999" -# Location of LetsEncrypt binary we use +# Location of LetsEncrypt binary we use. Leave unset if you want to let it find automatically #LEBINARY="/usr/src/letsencrypt/certbot-auto" DEFAULTLEBINARY="/usr/bin/certbot /usr/bin/letsencrypt /usr/sbin/certbot diff --git a/gen-unifi-cert.sh b/gen-unifi-cert.sh index acd2534..c358d84 100755 --- a/gen-unifi-cert.sh +++ b/gen-unifi-cert.sh @@ -22,7 +22,7 @@ done -# Location of LetsEncrypt binary we use or let autodetect figure it out +# Location of LetsEncrypt binary we use. Leave unset if you want to let it find automatically #LEBINARY="/usr/src/letsencrypt/certbot-auto" DEFAULTLEBINARY="/usr/bin/certbot /usr/bin/letsencrypt /usr/sbin/certbot