diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/awx-httpd-443.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |