

SSLCertificateKeyFile "c:/wamp64/bin/apache/apache2.4.27/conf/key/private.key" SSLCertificateFile "c:/wamp64/bin/apache/apache2.4.27/conf/key/certificate.crt" TransferLog "c:/wamp64/bin/apache/apache2.4.27/logs/access.log"

If the key folder doesn't already exist, create it. Move the private.key and certificate.crt files from c:\wamp64\bin\apache\apache2.4.27\bin to the c:\wamp64\bin\apache\apache2.4.27\conf\key\ folder.The one question that really matters here is the FQDN. Note: You can pretty much answer the questions any way you want though real answers are best.

Openssl req -new -x509 -nodes -sha1 -key private.key -out certificate.crt -days 36500 -config c:\wamp64\bin\apache\apache2.4.27\conf\openssl.cnf Openssl rsa -in private.key -out private.key Openssl genrsa -aes256 -out private.key 2048
