forked from brielle/lets-encrypt-scripts
Detect binary location
parent
63bc2a8798
commit
c439a4793c
|
@ -27,7 +27,7 @@ PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
|||
# Original proxy idea from:
|
||||
# http://evolvedigital.co.uk/how-to-get-letsencrypt-working-with-ispconfig-3/
|
||||
|
||||
PROXYAUTH="--standalone --standalone-supported-challenges http-01 --http-01-port 9999"
|
||||
PROXYAUTH="--standalone --preferred-challenges http-01 --http-01-port 9999"
|
||||
|
||||
# Location of LetsEncrypt binary we use. Leave unset if you want to let it find automatically
|
||||
#LEBINARY="/usr/src/letsencrypt/certbot-auto"
|
||||
|
|
|
@ -86,7 +86,7 @@ if [[ ${onlyinsert} != "yes" ]]; then
|
|||
${LEBINARY} \
|
||||
--server https://acme-v01.api.letsencrypt.org/directory \
|
||||
--agree-tos \
|
||||
--standalone --standalone-supported-challenges tls-sni-01 \
|
||||
--standalone --preferred-challenges tls-sni-01 \
|
||||
${LEOPTIONS}
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue