mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 22:34:05 -07:00
Update v-add-letsencrypt-domain
Timeout changed to 20 (it was 10 and it was not enough sometimes)
This commit is contained in:
parent
931fb5beeb
commit
f8dbe1778d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue