Skip to content

Instantly share code, notes, and snippets.

@keeleysam
Last active August 29, 2015 14:02
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 keeleysam/eeba3d2bc02dfc1ceb60 to your computer and use it in GitHub Desktop.
Save keeleysam/eeba3d2bc02dfc1ceb60 to your computer and use it in GitHub Desktop.
<VirtualHost *:443>
ServerName munki.afp548.com
DocumentRoot /var/www/
SSLEngine on
SSLVerifyClient require
SSLCertificateFile "/etc/puppet/ssl/certs/munki.afp548.com.pem"
SSLCertificateKeyFile "/etc/puppet/ssl/private_keys/munki.afp548.com.pem"
SSLCACertificateFile "/etc/puppet/ssl/certs/ca.pem"
SSLCARevocationFile "/etc/puppet/ssl/crl.pem"
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment