mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 01:54:12 +00:00
Changed from append to prepend
This commit is contained in:
parent
a9ca4d670e
commit
688ab38aa7
2
le.sh
2
le.sh
@ -620,7 +620,7 @@ issue() {
|
||||
_err "Domain: $txtdomain"
|
||||
_err "TXT value: $txt"
|
||||
_err "\n"
|
||||
_err "Please be aware that you append _acme-challenge before your domain\nso the resulting subdomain will be: $txtdomain"
|
||||
_err "Please be aware that you prepend _acme-challenge. before your domain\nso the resulting subdomain will be: $txtdomain"
|
||||
#dnsadded='1'
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user