[etherpad-web/oscp-frontend] Drop internal SSL



commit ac3462b787e4aecb1d1b3cb271ab862248de5576
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Dec 18 11:07:20 2020 +0100

    Drop internal SSL

 app_data/httpd-cfg/etherpad.gnome.org.conf | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/app_data/httpd-cfg/etherpad.gnome.org.conf b/app_data/httpd-cfg/etherpad.gnome.org.conf
index 77ab939..7cb3c80 100644
--- a/app_data/httpd-cfg/etherpad.gnome.org.conf
+++ b/app_data/httpd-cfg/etherpad.gnome.org.conf
@@ -1,12 +1,6 @@
 <VirtualHost *:8443>
   ServerName etherpad.gnome.org
 
-  SSLEngine on
-  SSLCertificateFile /var/serving-cert/tls.crt 
-  SSLCertificateKeyFile /var/serving-cert/tls.key
-
-  RewriteRule "/_status/" - [R=200]
-
   <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]