Guest User

Untitled

a guest
May 19th, 2015
1,180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <IfModule mod_ssl.c>
  2. SSLStaplingCache shmcb:/tmp/stapling_cache(128000)
  3. <VirtualHost *:443>
  4.  
  5. ServerName domain.com
  6. ServerAlias www.domain.com
  7. DocumentRoot /var/www/domain
  8.  
  9. SSLEngine on
  10.  
  11. SSLCertificateFile /usr/local/ssl/geotrust.crt
  12. SSLCertificateKeyFile /usr/local/ssl/privatekey.key
  13. SSLCACertificateFile /usr/local/ssl/geotrustintermediate.crt
  14. SSLUseStapling on
  15. </VirtualHost>
  16. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment