Keywords: General - Virtual Machines - How to - Secure Connections (SSL/HTTPS)
Description:
I Have copied the three SSL credentials provided by the domain’s provider on the directory C:\Bitnami\wampstack-7.2.20-1\apache2\conf
The file httpd has:
LoadModule ssl_module modules/mod_ssl.so
#Secure (SSL/TLS) connections
Include conf/extra/httpd-ssl.conf
On the directory C:\Bitnami\wampstack-7.2.20-1\apache2\conf\extra the file httpd-ssl has:
#General setup for the virtual host
DocumentRoot “C:/Bitnami/wampstack-7.2.20-1/apache2/htdocs”
SSLCertificateFile “C:/Bitnami/wampstack-7.2.20-1/apache2/conf/Myserver.crt”
SSLCertificateKeyFile “C:/Bitnami/wampstack-7.2.20-1/apache2/conf/Myserver.key”
SSLCertificateChainFile “C:/Bitnami/wampstack-7.2.20-1/apache2/conf/Mybundle.crt”