Merge pull request #102 from wenottingham/cert-branch

Add some comments about replacing the cert in the place people are most likely to notice it.
This commit is contained in:
James Laska 2015-03-16 13:08:40 -04:00
commit d3134fea86

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