Skip to content

Instantly share code, notes, and snippets.

@ishansharma
Created January 30, 2017 10:33
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 ishansharma/35850e49bd258b2a1bd0f7045c4a39c2 to your computer and use it in GitHub Desktop.
Save ishansharma/35850e49bd258b2a1bd0f7045c4a39c2 to your computer and use it in GitHub Desktop.
Add SSL certificate and key to VirtualHost
#adding custom SSL cert
SSLEngine on
SSLCertificateFile /vagrant/example.com.cert
SSLCertificateKeyFile /vagrant/example.com.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment