Skip to content

Instantly share code, notes, and snippets.

@claytantor
Created July 5, 2014 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claytantor/dd25a654f9a1f10a343d to your computer and use it in GitHub Desktop.
Save claytantor/dd25a654f9a1f10a343d to your computer and use it in GitHub Desktop.
apache2-wsgi-ssl-http.conf
<VirtualHost gitpatron.com:443>
ServerAdmin admin@gitpatron.com
ServerName gitpatron.com
SSLEngine on
SSLCertificateKeyFile /etc/ssl/certs/gitpatron.key
SSLCertificateFile /etc/ssl/certs/gitpatron_com.crt
SSLCertificateChainFile /etc/ssl/certs/gitpatron_com.ca-bundle
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment