Fix: Update dns cluster before Requesting ACME validation to wildcard certificate

This commit is contained in:
Александр Кунич 2020-09-10 16:12:53 +03:00
commit 8397943b3c

View file

@ -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