Browse Source
Adding tinydns format when printing the TXT record needed for DNS verification
pull/1111/head
John Simpson
7 years ago
No known key found for this signature in database
GPG Key ID: 6B2EDC90B5C6DC30
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|