Added
SSLCertificateChainFile /etc/ssl/certs/gd_bundle.crt to deploy/regluit.conf to enable Godaddy cert to work on Chrome, etc.pull/1/head
parent
48666339a9
commit
c96996e284
|
@ -29,6 +29,7 @@ Alias /static /var/www/static
|
|||
SSLEngine on
|
||||
SSLCertificateFile /etc/ssl/certs/server.crt
|
||||
SSLCertificateKeyFile /etc/ssl/private/server.key
|
||||
SSLCertificateChainFile /etc/ssl/certs/gd_bundle.crt
|
||||
|
||||
WSGIDaemonProcess regluit-ssl processes=4 threads=4 python-eggs=/tmp/regluit-python-eggs
|
||||
WSGIScriptAlias / /opt/regluit/deploy/regluit.wsgi
|
||||
|
|
Loading…
Reference in New Issue