Hello,
Sorry, I tried and followed a few guides on how to enable ssl. I'm running 3.3.5 and wampserver is ready to support https and localhost is also enable for https.
I have requested cert from an external provider, but where do I provide them?
I also changed the following in the httpd-ssl.conf
DocumentRoot "${INSTALL_DIR}/www/project1"
ServerName www.FQDN:443
SSLCertificateFile "${SRVROOT}/conf/ssl/FQDN.cer"
SSLCertificateKeyFile "${SRVROOT}/conf/ssl/FQDN.key"
SSLCertificateChainFile "${SRVROOT}/conf/ssl/FQDN.pem"
restarted all service, wamp is green
Would love some guidance in this matter and thanks for a wonderful tool :)
Sorry, I tried and followed a few guides on how to enable ssl. I'm running 3.3.5 and wampserver is ready to support https and localhost is also enable for https.
I have requested cert from an external provider, but where do I provide them?
I also changed the following in the httpd-ssl.conf
DocumentRoot "${INSTALL_DIR}/www/project1"
ServerName www.FQDN:443
SSLCertificateFile "${SRVROOT}/conf/ssl/FQDN.cer"
SSLCertificateKeyFile "${SRVROOT}/conf/ssl/FQDN.key"
SSLCertificateChainFile "${SRVROOT}/conf/ssl/FQDN.pem"
restarted all service, wamp is green
Would love some guidance in this matter and thanks for a wonderful tool :)