Listen subdomain.localhost:443 <VirtualHost localhost:443> DocumentRoot "I:/home/DIR_NAME" ServerName localhost:443 ServerAdmin root@localhost SSLEngine on SSLCertificateFile "C:/Apache2.2/conf/server.crt" SSLCertificateKeyFile "C:/Apache2.2/conf/server.key" </VirtualHost>
※ 「SSLEngine on」を書かないと「ssl_error_rx_record_too_long」などのエラーになる。