mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Restart DNS after adding acme_challenge TXT record
This commit is contained in:
parent
25d3fef4aa
commit
7f38c8ceaf
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ for auth in $authz; do
|
|||
echo "[$(date)] : EXIT=DNS _acme-challenge record wasn't created" >> /usr/local/vesta/log/letsencrypt.log
|
||||
fi
|
||||
check_result $exitstatus "DNS _acme-challenge record wasn't created"
|
||||
$BIN/v-restart-dns
|
||||
else
|
||||
if [ "$WEB_SYSTEM" = 'nginx' ] || [ ! -z "$PROXY_SYSTEM" ]; then
|
||||
if [ -f "/usr/local/vesta/web/inc/nginx_proxy" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue