mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Avoid Let's Encrypt domain validation timeout
This commit is contained in:
parent
83d0b9ed90
commit
e0ebf729f3
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 1
|
||||
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