[gimp-web/oscp] Land Let's Encrypt pieces + auth on the target src dir



commit 329af67ec1e1ad3467b1112dc9f90ffa3d7ad2a8
Author: Andrea Veri <averi redhat com>
Date:   Fri Mar 13 17:21:22 2020 +0100

    Land Let's Encrypt pieces + auth on the target src dir

 app_data/httpd-cfg/www.gimp.org.conf | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/app_data/httpd-cfg/www.gimp.org.conf b/app_data/httpd-cfg/www.gimp.org.conf
index 7a04f18b..5aa9eb23 100644
--- a/app_data/httpd-cfg/www.gimp.org.conf
+++ b/app_data/httpd-cfg/www.gimp.org.conf
@@ -29,3 +29,11 @@
 
     ErrorDocument 404 /404.html
 </VirtualHost>
+
+<Directory "/opt/app-root/src">
+  Require all granted
+</Directory>
+
+<LocationMatch "^/.well-known/acme-challenge">
+  RedirectMatch ^(.*) https://letsencrypt.gnome.org$1
+</LocationMatch>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]