mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Another attempt to fix wildcard letsencrypt
This commit is contained in:
parent
0db48dcdaa
commit
fab56e1b70
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +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
|
||||
systemctl restart bind9
|
||||
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