Skip to content

Instantly share code, notes, and snippets.

@shimarin
Created January 6, 2009 10:23
Show Gist options
  • Save shimarin/43757 to your computer and use it in GitHub Desktop.
Save shimarin/43757 to your computer and use it in GitHub Desktop.
# Apacheのバーチャルホストを SSL用にする最低限の設定
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/apache2/ssl/server.crt
SSLCertificateKeyFile /etc/apache2/ssl/server.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment