From 35477126792aff6984efe7bab404d915cb858c46 Mon Sep 17 00:00:00 2001 From: John Simpson Date: Sun, 12 Nov 2017 17:38:17 -0500 Subject: [PATCH] Adding tinydns format when printing the TXT record needed for DNS verification --- acme.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/acme.sh b/acme.sh index 9c8d6d4e..42bf61f0 100755 --- a/acme.sh +++ b/acme.sh @@ -3524,6 +3524,7 @@ issue() { _info "$(__red "Add the following TXT record:")" _info "$(__red "Domain: '$(__green "$txtdomain")'")" _info "$(__red "TXT value: '$(__green "$txt")'")" + _info "$(__red "tinydns: $(__green "'${txtdomain}:${txt}:300")")" _info "$(__red "Please be aware that you prepend _acme-challenge. before your domain")" _info "$(__red "so the resulting subdomain will be: $txtdomain")" continue