mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 04:22:44 +00:00
Updated description
Making it clearer that you are supposed to create the TXT record under the _acme-challenge subdomain
This commit is contained in:
parent
b3a2aac829
commit
70108fbafb
8
le.sh
8
le.sh
@ -616,9 +616,11 @@ issue() {
|
|||||||
_debug txt "$txt"
|
_debug txt "$txt"
|
||||||
#dns
|
#dns
|
||||||
#1. check use api
|
#1. check use api
|
||||||
_err "Add the following txt record:"
|
_err "Add the following TXT records:"
|
||||||
_err "Domain:$txtdomain"
|
_err "Domain: $txtdomain"
|
||||||
_err "Txt value:$txt"
|
_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"
|
||||||
#dnsadded='1'
|
#dnsadded='1'
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user