diff options
| author | rsiddharth <s@ricketyspace.net> | 2020-08-02 20:47:40 -0400 |
|---|---|---|
| committer | rsiddharth <s@ricketyspace.net> | 2020-08-02 20:47:40 -0400 |
| commit | 1a246f6dbeafb411603bac94eae18d3b757d01e6 (patch) | |
| tree | f21a029342a94170810270387bb0e69bc76c243a | |
| parent | 636679f4753565c5ff035251be73a6560a0313cb (diff) | |
acmens.py: sign_csr: remove note about TXT record
The TXT record needs to have quotes.
| -rw-r--r-- | acmens.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |
