mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 14:24:07 -07:00
Fix: Update dns cluster before Requesting ACME validation to wildcard certificate
This commit is contained in:
parent
10db786cd9
commit
8397943b3c
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ for auth in $authz; do
|
|||
$BIN/v-delete-dns-record $user $domain $old_record
|
||||
done
|
||||
$BIN/v-add-dns-record $user $domain "_acme-challenge" "TXT" $record
|
||||
$BIN/v-update-sys-queue dns-cluster
|
||||
check_result $? "DNS _acme-challenge record wasn't created"
|
||||
else
|
||||
if [ "$WEB_SYSTEM" = 'nginx' ] || [ ! -z "$PROXY_SYSTEM" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue