From 076ba3fd4e64cff0457b63b8873027eec864e4d0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 11 Mar 2015 17:01:02 -0400 Subject: [PATCH] Add some comments about replacing the cert in the place people are most likely to notice it. (AKA, Not Just The Manual.) --- config/awx-httpd-443.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/awx-httpd-443.conf b/config/awx-httpd-443.conf index c74ec5697a..9f41b2f17b 100644 --- a/config/awx-httpd-443.conf +++ b/config/awx-httpd-443.conf @@ -7,6 +7,9 @@ WSGISocketPrefix /var/run/wsgi ServerAlias * DocumentRoot /var/lib/awx/public SSLEngine on +# This certificate can be replaced. +# However, do not use a different name for, or path to, the SSL certificate. +# Tower's live events feature requires the SSL certificate to be in this location. SSLCertificateFile /etc/tower/tower.cert SSLCertificateKeyFile /etc/tower/tower.key SSLProtocol all -SSLv3 -SSLv2