mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
replaced rdomain with domain variable
This commit is contained in:
parent
425e9f2483
commit
25706abfb3
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ for auth in $authz; do
|
|||
check_result $? "Proxy restart failed" >/dev/null
|
||||
|
||||
else
|
||||
well_known="$HOMEDIR/$user/web/$rdomain/public_html/.well-known"
|
||||
well_known="$HOMEDIR/$user/web/$domain/public_html/.well-known"
|
||||
acme_challenge="$well_known/acme-challenge"
|
||||
mkdir -p $acme_challenge
|
||||
echo "$token.$THUMB" > $acme_challenge/$token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue