Update to v2 server

master
Brie Bruns 2020-02-16 19:38:57 -07:00
parent 40f71b3579
commit 03416fb75a
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ done
${LEBINARY} ${email} \
--server https://acme-v01.api.letsencrypt.org/directory \
--server https://acme-v02.api.letsencrypt.org/directory \
--agree-tos \
--renew-by-default \
${AUTH} \

View File

@ -105,7 +105,7 @@ fi
if [[ ${onlyinsert} != "yes" ]]; then
echo "Firing up standalone authenticator on TCP port 80 and requesting cert..."
${LEBINARY} --server https://acme-v01.api.letsencrypt.org/directory \
${LEBINARY} --server https://acme-v02.api.letsencrypt.org/directory \
--agree-tos --standalone --preferred-challenges http ${LEOPTIONS}
fi