mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -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
|
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 1
|
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue