Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <VirtualHost>
  2. SSLCertificateFile /etc/apache2/ssl/reallywow_com.crt
  3. SSLCertificateKeyFile /etc/apache2/ssl/reallywow_com.key
  4. SSLCertificateChainFile /etc/apache2/ssl/reallywow_com.ca-bundle
  5. SSLProtocol all -SSLv2 -SSLv3 -TLSv1
  6. SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256
  7. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement