Skip to content

Instantly share code, notes, and snippets.

@tills13
Created February 17, 2016 02:07
Show Gist options
  • Save tills13/c3c98300cc437903be3a to your computer and use it in GitHub Desktop.
Save tills13/c3c98300cc437903be3a to your computer and use it in GitHub Desktop.
<IfModule mod_ssl.c>
<VirtualHost _default_:443>
...
# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
SSLEngine on
SSLCertificateFile /...path to cert.../some_cert.crt
SSLCertificateKeyFile /...path to UNENCRYPTED key.../some_key.key
...
</VirtualHost>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment