Hi @samuel.renotte,
You added some characters at the end of the lines you included in the configuration that are making Apache to fail.
#SSLCertificateFile "/opt/bitnami/apache2/conf/server.crt"
#SSLCertificateKeyFile "/opt/bitnami/apache2/conf/server.key"
SSLCertificateFile "/etc/letsencrypt/live/****.com.au/cert.pem"Ê
SSLCertificateKeyFile "/etc/letsencrypt/live/****.com.au/privkey.pem"Ê
SSLCertificateChainFile "/etc/letsencrypt/live/****.com.au/chain.pem"
As you can see, the Ê character should not be there, can you edit the file again and remove it. Please note that the characters are different in Linux and Windows so I suggest you edit the /opt/bitnami/apache2/conf/bitnami/bitnami.conf file directly from the instance's terminal.
Happy to help!
Was my answer helpful? Click on 