aboutsummaryrefslogtreecommitdiffstats
path: root/apache.letsencrypt.conf
diff options
context:
space:
mode:
authorAlexandre Alouit <alexandre.alouit@gmail.com>2015-11-09 02:13:08 +0100
committerAlexandre Alouit <alexandre.alouit@gmail.com>2015-11-09 02:13:08 +0100
commit9ea9794d8b8babae7cb670f8d187f16fbf0ed848 (patch)
tree4320b356ffd01f776b8da5dbd44dd6355b8c5327 /apache.letsencrypt.conf
parent89b7f0006d34c2d3b37a8aad6a9809eb1955b26f (diff)
first working version
Diffstat (limited to 'apache.letsencrypt.conf')
-rw-r--r--apache.letsencrypt.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/apache.letsencrypt.conf b/apache.letsencrypt.conf
new file mode 100644
index 0000000..43ab897
--- /dev/null
+++ b/apache.letsencrypt.conf
@@ -0,0 +1,5 @@
+ <IfModule mod_headers.c>
+ <LocationMatch "/.well-known/acme-challenge/*">
+ Header set Content-Type "application/jose+json"
+ </LocationMatch>
+ </IfModule> \ No newline at end of file