Hi @karina.m,
You have here the guide to configure existing SSL certificates in Apache
https://docs.bitnami.com/aws/apps/opencart/administration/enable-https-ssl-apache/
However, you will need to modify the /opt/bitnami/apache2/conf/bitnami/bitnami.conf file to use the server.crt and server.key files
SSLCertificateFile "/opt/bitnami/apache2/conf/server.crt"
SSLCertificateKeyFile "/opt/bitnami/apache2/conf/server.key"
and then restart Apache to start to use them. If you uploaded the certificate files using different names, you will need to specify the proper one in the Apache's configuration.
It'll be also helpful if you remove any "lego" command in the crontab configuration
crontab -e
sudo crontab -e
Happy to help!
Was my answer helpful? Click on 