Happy Holidays!
I would like to request an enhancement for how WampServer handles Apache config files when using Self-Signed SSL certificates.
Could we have a switch that if checked (using Self-Signed Certificates)/unchecked (using built-in Certificates) it would use these lines in the "httpd-ssl.conf":
SSLCertificateFile "${CERTIFICATS}/${SERVERNAMEVHOSTSSL}-certonly.pem"
SSLCertificateKeyFile "${CERTIFICATS}/${SERVERNAMEVHOSTSSL}-privatekey.pem"
instead of these lines:
SSLCertificateFile "${CERTIFS}/Site/${SERVERNAMEVHOSTSSL}.crt"
SSLCertificateKeyFile "${CERTIFS}/Site/${SERVERNAMEVHOSTSSL}.key"
That would be very helpful :)
Cheers
I would like to request an enhancement for how WampServer handles Apache config files when using Self-Signed SSL certificates.
Could we have a switch that if checked (using Self-Signed Certificates)/unchecked (using built-in Certificates) it would use these lines in the "httpd-ssl.conf":
SSLCertificateFile "${CERTIFICATS}/${SERVERNAMEVHOSTSSL}-certonly.pem"
SSLCertificateKeyFile "${CERTIFICATS}/${SERVERNAMEVHOSTSSL}-privatekey.pem"
instead of these lines:
SSLCertificateFile "${CERTIFS}/Site/${SERVERNAMEVHOSTSSL}.crt"
SSLCertificateKeyFile "${CERTIFS}/Site/${SERVERNAMEVHOSTSSL}.key"
That would be very helpful :)
Cheers