From 70108fbafb8ce60c72b3dac457abbe8580ff0262 Mon Sep 17 00:00:00 2001 From: raunsbaekdk Date: Fri, 29 Jan 2016 23:20:44 +0100 Subject: [PATCH] Updated description Making it clearer that you are supposed to create the TXT record under the _acme-challenge subdomain --- le.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/le.sh b/le.sh index fe2c30cb..2f362323 100755 --- a/le.sh +++ b/le.sh @@ -616,9 +616,11 @@ issue() { _debug txt "$txt" #dns #1. check use api - _err "Add the following txt record:" - _err "Domain:$txtdomain" - _err "Txt value:$txt" + _err "Add the following TXT records:" + _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" #dnsadded='1' fi done