[paste-web/oscp] Use an openshift generated certificate



commit f179cc1f1c03d913fd51beee3235e5cb09abe7d2
Author: Andrea Veri <averi redhat com>
Date:   Tue Oct 23 16:50:01 2018 +0200

    Use an openshift generated certificate

 paste.gnome.org.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/paste.gnome.org.conf b/paste.gnome.org.conf
index 7c08352..12b17b8 100644
--- a/paste.gnome.org.conf
+++ b/paste.gnome.org.conf
@@ -16,8 +16,8 @@
 
         SSLEngine on
         SSLCompression Off
-        SSLCertificateFile /etc/pki/tls/certs/localhost.crt
-        SSLCertificateKeyFile /etc/pki/tls/private/localhost.key
+        SSLCertificateFile /var/serving-cert/tls.crt
+        SSLCertificateKeyFile /var/serving-cert/tls.key
 
         <Directory /var/www/html/paste.gnome.org/public>
           Options Indexes FollowSymLinks


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