<VirtualHost *:80>
DocumentRoot /var/html/www/{hogehoge}
ServerName {hogehoge}.example.com
</VirtualHost>
<VirtualHost *:443>
DocumentRoot /var/html/www/{hogehoge}
ServerName {hogehoge}.example.com
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:HIGH:+MEDIUM:+LOW
SSLCertificateFile /etc/tls/server.crt
SSLCertificateKeyFile /etc/tls/server.key
</VirtualHost>
3.サーバ証明書の作成