Created
January 21, 2016 14:58
-
-
Save kaworu/6990292f4b9e73349e69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# from https://community.letsencrypt.org/t/using-the-webroot-domain-verification-method/1445/7 | |
location /.well-known/acme-challenge { | |
alias /usr/local/etc/letsencrypt/webrootauth/.well-known/acme-challenge; | |
location ~ /.well-known/acme-challenge/(.*) { | |
add_header Content-Type application/jose+json; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment