mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
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:
commit
d3134fea86
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user