[wiki-web] Adjust path to ssl certificates within the pod



commit 201138516f0ae200e28883d6b7218f5c737da161
Author: Andrea Veri <averi redhat com>
Date:   Tue Aug 6 19:58:23 2019 +0200

    Adjust path to ssl certificates within the pod

 app_data/httpd-cfg/www.pango.org.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app_data/httpd-cfg/www.pango.org.conf b/app_data/httpd-cfg/www.pango.org.conf
index 91bbe47..3784d85 100644
--- a/app_data/httpd-cfg/www.pango.org.conf
+++ b/app_data/httpd-cfg/www.pango.org.conf
@@ -15,8 +15,8 @@
   DirectoryIndex index.html
 
   SSLEngine on
-  SSLCertificateFile /etc/pki/tls/certs/gnome.org.crt
-  SSLCertificateKeyFile /etc/pki/tls/private/gnome.org.key
+  SSLCertificateFile /var/serving-cert/tls.crt 
+  SSLCertificateKeyFile /var/serving-cert/tls.key
 
   # Turn on RewriteEngine
   RewriteEngine On


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