From 1a246f6dbeafb411603bac94eae18d3b757d01e6 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 2 Aug 2020 20:47:40 -0400 Subject: acmens.py: sign_csr: remove note about TXT record The TXT record needs to have quotes. --- acmens.py | 3 --- 1 file changed, 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. -- cgit v1.2.3