summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.