mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
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:
@@ -7,6 +7,9 @@ WSGISocketPrefix /var/run/wsgi
|
|||||||
ServerAlias *
|
ServerAlias *
|
||||||
DocumentRoot /var/lib/awx/public
|
DocumentRoot /var/lib/awx/public
|
||||||
SSLEngine on
|
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
|
SSLCertificateFile /etc/tower/tower.cert
|
||||||
SSLCertificateKeyFile /etc/tower/tower.key
|
SSLCertificateKeyFile /etc/tower/tower.key
|
||||||
SSLProtocol all -SSLv3 -SSLv2
|
SSLProtocol all -SSLv3 -SSLv2
|
||||||
|
|||||||
Reference in New Issue
Block a user