Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <VirtualHost *:443>
  2. ServerName ...
  3. ServerAdmin ...
  4. DocumentRoot /var/www/html
  5. SSLEngine On
  6. SSLCertificateFile /etc/pki/tls/certs/localhost.crt
  7. SSLCertificateKeyFile /etc/pki/tls/private/custom.key
  8. SSLCACertificateFile /etc/pki/tls/certs/ca-bundle.crt
  9. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement