diff options
author | Bill Nottingham <notting@ansible.com> | 2015-03-11 22:01:02 +0100 |
---|---|---|
committer | Bill Nottingham <notting@ansible.com> | 2015-03-11 22:01:02 +0100 |
commit | 076ba3fd4e64cff0457b63b8873027eec864e4d0 (patch) | |
tree | 92163f6f591b75e95e9b979e3795e007051c8489 /config | |
parent | Merge pull request #101 from joefiorini/move-list-generator (diff) | |
download | awx-076ba3fd4e64cff0457b63b8873027eec864e4d0.tar.xz awx-076ba3fd4e64cff0457b63b8873027eec864e4d0.zip |
Add some comments about replacing the cert in the place people are most likely to notice it.
(AKA, Not Just The Manual.)
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 |