Keywords: LAMP/MAMP/WAMP - Google Cloud Platform - Technical issue - Secure Connections (SSL/HTTPS)
bnsupport ID: 986e517c-038f-1087-5fc9-cbfd6ad5b92f
Description:
I've generated the cert.csr and sent it to the authority and got back the hayfuturo_mx.crt and ca-bundle-client.crt , I've replaced them on /opt/bitnami/apache2/conf folder and edited the bitnami.conf file (on /opt/bitnami/apache2/conf/bitnami folder) with the corresponding files:
SSLCertificateFile "/opt/bitnami/apache2/conf/hayfuturo_mx.crt"
SSLCertificateKeyFile "/opt/bitnami/apache2/conf/server.key"
SSLCertificateChainFile "/opt/bitnami/apache2/conf/ca-bundle-client.crt"
Then restarted the server but when visit the site it still shows a self-signed untrusted certificate .
I've also ran the MD5 hash test on the three files and it matches correctly:
openssl x509 -noout -modulus -in hayfuturo_mx.crt | openssl md5
openssl rsa -noout -modulus -in server.key | openssl md5
openssl req -noout -modulus -in cert.csr | openssl md5