Merge pull request #1292 from letsencrypt/content-type

Nit fix
This commit is contained in:
Peter Eckersley
2015-11-02 18:02:28 -08:00
+1 -1
View File
@@ -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."""