SSLCertificateChainFile /etc/ssl/certs/gd_bundle.crt

to deploy/regluit.conf to enable Godaddy cert to work on Chrome, etc.
pull/1/head
Raymond Yee 2011-11-29 12:03:48 -08:00
parent 48666339a9
commit c96996e284
1 changed files with 1 additions and 0 deletions

View File

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