1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Add some comments about replacing the cert in the place people are most likely to notice it.

(AKA, Not Just The Manual.)
This commit is contained in:
Bill Nottingham 2015-03-11 17:01:02 -04:00
parent 31dc43d669
commit 076ba3fd4e

View File

@ -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