Skip to content

Instantly share code, notes, and snippets.

@atticoos
Created August 20, 2014 21:45
Show Gist options
  • Select an option

  • Save atticoos/1d091fe95005c2ebda39 to your computer and use it in GitHub Desktop.

Select an option

Save atticoos/1d091fe95005c2ebda39 to your computer and use it in GitHub Desktop.
NameVirtualHost *:443
<IfModule mod_ssl.so>
<VirtualHost *:443>
ServerName yourserver.com
DocumentRoot /var/www/site
SSLEngine on
SSLCertificateFile ssl.crt
SSLCertificateKeyFIle ssl.key
SSLCertificateChainFile chain.crt
</VirtualHost>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment