diff --git a/letsencrypt/plugins/webroot.py b/letsencrypt/plugins/webroot.py index 8fe89fd9f..aded04334 100644 --- a/letsencrypt/plugins/webroot.py +++ b/letsencrypt/plugins/webroot.py @@ -18,7 +18,7 @@ the following contents:: - Header set Content-Type "application/jose+json" + Header set Content-Type "text/plain" @@ -32,7 +32,7 @@ nginx Use the following snippet in your ``server{...}`` stanza:: location ~ /.well-known/acme-challenge/(.*) { - default_type application/jose+json; + default_type text/plain; } and reload your daemon.