I am trying to install SSL on my Wamp server for my PHP ecommerce website.
I am able to generate the devsite.pem file from the windows command prompt using:
C:\\wamp\\bin\\apache\\apache2.2.11\\bin>openssl.exe req -new -x509 -nodes -days 3650 -subj "/CN=devsite" -newkey rsa:2048 -keyout devsite.pem -out devsite.pem -config openssl.cnf
The generated devsite.pem file has the RSA Private key and the Certificate info.
I also enabled the ssl_module in Apache on my Wamp. Now where do we go from here. I am a newbie on this, whats the next step.
Please reply. All comments and feedback are always welcomed
Thank you!