summaryrefslogtreecommitdiffstats
path: root/acmens.py
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-08-02 20:47:40 -0400
committerrsiddharth <s@ricketyspace.net>2020-08-02 20:47:40 -0400
commit1a246f6dbeafb411603bac94eae18d3b757d01e6 (patch)
treef21a029342a94170810270387bb0e69bc76c243a /acmens.py
parent636679f4753565c5ff035251be73a6560a0313cb (diff)
acmens.py: sign_csr: remove note about TXT record
The TXT record needs to have quotes.
Diffstat (limited to 'acmens.py')
-rw-r--r--acmens.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/acmens.py b/acmens.py
index caaea4d..3e24a43 100644
--- a/acmens.py
+++ b/acmens.py
@@ -222,9 +222,6 @@ Please update your DNS for {domain} to have the following TXT record:
_acme-challenge IN TXT ( \"{keyauth}\" )
--------------
-Notes:
-- Do not include the quotes in the TXT record.
-
""".format(domain=domain.replace('*.', ''), keyauth=dns_payload))
else:
# Challenge response for http server.