Guest User

Untitled

a guest
May 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <VirtualHost *:80>
  2.  
  3. Include /etc/apache2/sites-available/thehub_common.conf
  4.  
  5. </VirtualHost>
  6.  
  7. <VirtualHost *:443>
  8. RequestHeader set X_ORIGINAL_PROTOCOL 'https'
  9.  
  10. Include /etc/apache2/sites-available/thehub_common.conf
  11.  
  12. SSLEngine on
  13. SSLCertificateFile /etc/apache2/certs/star_clayton_edu.crt
  14. SSLCertificateKeyFile /etc/apache2/certs/thehub.key
  15. SSLCertificateChainFile /etc/apache2/certs/DigiCertCA.crt
  16. </VirtualHost>
Add Comment
Please, Sign In to add comment