Skip to content

Commit

Permalink
Avoid Let's Encrypt domain validation timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeca authored Jun 23, 2020
1 parent 83d0b9e commit e0ebf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/v-add-letsencrypt-domain
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ for auth in $authz; do
if [ "$i" -gt 10 ]; then
check_result $E_CONNECT "Let's Encrypt domain validation timeout"
fi
sleep 1
sleep $((i*2))
done
if [ "$validation" = 'invalid' ]; then
check_result $E_CONNECT "Let's Encrypt domain verification failed"
Expand Down

0 comments on commit e0ebf72

Please sign in to comment.