mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 10:12:44 +00:00
Fixed linebreaks and updated txt to TXT
This commit is contained in:
parent
688ab38aa7
commit
25f9d1c42f
6
le.sh
6
le.sh
@ -619,8 +619,8 @@ issue() {
|
|||||||
_err "Add the following TXT record:"
|
_err "Add the following TXT record:"
|
||||||
_err "Domain: $txtdomain"
|
_err "Domain: $txtdomain"
|
||||||
_err "TXT value: $txt"
|
_err "TXT value: $txt"
|
||||||
_err "\n"
|
_err "Please be aware that you prepend _acme-challenge. before your domain"
|
||||||
_err "Please be aware that you prepend _acme-challenge. before your domain\nso the resulting subdomain will be: $txtdomain"
|
_err "so the resulting subdomain will be: $txtdomain"
|
||||||
#dnsadded='1'
|
#dnsadded='1'
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
@ -628,7 +628,7 @@ issue() {
|
|||||||
if [ "$dnsadded" == '0' ] ; then
|
if [ "$dnsadded" == '0' ] ; then
|
||||||
_setopt "$DOMAIN_CONF" "Le_Vlist" "=" "\"$vlist\""
|
_setopt "$DOMAIN_CONF" "Le_Vlist" "=" "\"$vlist\""
|
||||||
_debug "Dns record not added yet, so, save to $DOMAIN_CONF and exit."
|
_debug "Dns record not added yet, so, save to $DOMAIN_CONF and exit."
|
||||||
_err "Please add the txt records to the domains, and retry again."
|
_err "Please add the TXT records to the domains, and retry again."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user