Second try to avoid Let's Encrypt domain validation timeout

This commit is contained in:
myvesta 2020-03-18 21:20:23 +01:00 committed by GitHub
commit d93935fb36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,7 +208,7 @@ for auth in $authz; do
if [ "$i" -gt 10 ]; then if [ "$i" -gt 10 ]; then
check_result $E_CONNECT "Let's Encrypt domain validation timeout" check_result $E_CONNECT "Let's Encrypt domain validation timeout"
fi fi
sleep 2 sleep $((i*2))
done done
if [ "$validation" = 'invalid' ]; then if [ "$validation" = 'invalid' ]; then
check_result $E_CONNECT "Let's Encrypt domain verification failed" check_result $E_CONNECT "Let's Encrypt domain verification failed"