From b57b3a8c50f2875ad6156fa26cca15ab12ba52e1 Mon Sep 17 00:00:00 2001 From: Randy Merrill Date: Sat, 27 Jun 2020 08:27:29 -0600 Subject: Removing the wildcard from the instructions. --- acmens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acmens.py') diff --git a/acmens.py b/acmens.py index 12743e5..05fa749 100644 --- a/acmens.py +++ b/acmens.py @@ -225,7 +225,7 @@ DNS TXT record contents: \"{token}\" Notes: - Do not include the quotes in the TXT record. -""".format(domain=domain, token=challenge["token"])) +""".format(domain=domain.replace('*.', ''), token=challenge["token"])) else: # Challenge response for http server. response_uri = ".well-known/acme-challenge/{0}".format( -- cgit v1.2.3