We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b688e7b commit 78767dfCopy full SHA for 78767df
bin/v-add-letsencrypt-domain
@@ -331,7 +331,7 @@ for auth in $authz; do
331
check_result $? "Proxy restart failed" > /dev/null
332
fi
333
else
334
- get_object_value 'mail' 'DOMAIN' "$domain" "WEBMAIL"
+ get_object_value 'mail' 'DOMAIN' "$root_domain" "WEBMAIL"
335
if [ ! -z "$WEBMAIL" ]; then
336
well_known="/var/lib/$WEBMAIL/.well-known"
337
acme_challenge="$well_known/acme-challenge"
0 commit comments