Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <IfModule mod_ssl.c>
- SSLStaplingCache shmcb:/tmp/stapling_cache(128000)
- <VirtualHost *:443>
- ServerName domain.com
- ServerAlias www.domain.com
- DocumentRoot /var/www/domain
- SSLEngine on
- SSLCertificateFile /usr/local/ssl/geotrust.crt
- SSLCertificateKeyFile /usr/local/ssl/privatekey.key
- SSLCACertificateFile /usr/local/ssl/geotrustintermediate.crt
- SSLUseStapling on
- </VirtualHost>
- </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment