Skip to content

Instantly share code, notes, and snippets.

@vigikaran
Created August 7, 2018 09:35
Show Gist options
  • Save vigikaran/893619d69220821478a16ab98e7cbbce to your computer and use it in GitHub Desktop.
Save vigikaran/893619d69220821478a16ab98e7cbbce to your computer and use it in GitHub Desktop.
<VirtualHost *:443>
DocumentRoot /var/www/html2
ServerName www.yourdomain.com
SSLEngine on
SSLCertificateFile /path/to/your_domain_name.crt
SSLCertificateKeyFile /path/to/your_private.key
SSLCertificateChainFile /path/to/DigiCertCA.crt
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment