Move cert and key files to tower.cert and tower.key.

This commit is contained in:
Luke Sneeringer
2015-01-26 16:11:52 -06:00
parent 89eeadacdb
commit fea31271d2
2 changed files with 4 additions and 4 deletions

View File

@@ -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