diff options
author | Luke Sneeringer <luke@sneeringer.com> | 2015-01-26 23:11:52 +0100 |
---|---|---|
committer | Luke Sneeringer <luke@sneeringer.com> | 2015-01-26 23:11:56 +0100 |
commit | fea31271d2b27948d4f463315c7061162336fd76 (patch) | |
tree | d78dc1aba071cc56d8bef4288669bb77285d2f27 /config | |
parent | Merge pull request #39 from chrismeyersfsu/fix-task_retry_spelling (diff) | |
download | awx-fea31271d2b27948d4f463315c7061162336fd76.tar.xz awx-fea31271d2b27948d4f463315c7061162336fd76.zip |
Move cert and key files to tower.cert and tower.key.
Diffstat (limited to 'config')
-rw-r--r-- | config/awx-httpd-443.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/awx-httpd-443.conf b/config/awx-httpd-443.conf index bf86166957..6923a2bc0a 100644 --- a/config/awx-httpd-443.conf +++ b/config/awx-httpd-443.conf @@ -7,8 +7,8 @@ WSGISocketPrefix /var/run/wsgi ServerAlias * DocumentRoot /var/lib/awx/public SSLEngine on - SSLCertificateFile /etc/tower/awx.cert - SSLCertificateKeyFile /etc/tower/awx.key + SSLCertificateFile /etc/tower/tower.cert + SSLCertificateKeyFile /etc/tower/tower.key WSGIScriptAlias / /var/lib/awx/wsgi.py WSGIPassAuthorization On |