Update v-add-letsencrypt-domain

Timeout changed to 20 (it was 10 and it was not enough sometimes)
This commit is contained in:
Giovanni Cappellini 2020-03-09 16:12:49 +01:00 committed by GitHub
commit f8dbe1778d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@ for auth in $authz; do
fi
i=$((i + 1))
if [ "$i" -gt 10 ]; then
if [ "$i" -gt 20 ]; then
check_result $E_CONNECT "Let's Encrypt domain validation timeout"
fi
sleep 1