mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Second try to avoid Let's Encrypt domain validation timeout
This commit is contained in:
parent
07b739382d
commit
d93935fb36
1 changed files with 1 additions and 1 deletions
|
@ -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 2
|
||||
sleep $((i*2))
|
||||
done
|
||||
if [ "$validation" = 'invalid' ]; then
|
||||
check_result $E_CONNECT "Let's Encrypt domain verification failed"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue