From 353240470527f5716df2887dadb9d45bf86e5f31 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 2 Nov 2015 17:18:44 -0800 Subject: [PATCH] Nit fix --- acme/acme/challenges.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme/acme/challenges.py b/acme/acme/challenges.py index b424071a1..c5855a7ca 100644 --- a/acme/acme/challenges.py +++ b/acme/acme/challenges.py @@ -282,7 +282,7 @@ class HTTP01(KeyAuthorizationChallenge): typ = response_cls.typ CONTENT_TYPE = "text/plain" - """Content-Type header that must be used for provisioned resource.""" + """Only valid value for Content-Type if the header is included.""" URI_ROOT_PATH = ".well-known/acme-challenge" """URI root path for the server provisioned resource."""