Hi @azzamdaaboul,
To solve this error, you need to run similar commands to the ones I shared above
sudo ln -sf /opt/bitnami/letsencrypt/certificates/mari-sy.org.crt /opt/bitnami/apps/MARI/conf/certs/server.crt
sudo ln -sf /opt/bitnami/letsencrypt/certificates/mari-sy.org.key /opt/bitnami/apps/MARI/conf/certs/server.key
sudo /opt/bitnami/ctlscript.sh restart apache
You didn't provide the whole output message and that's why I didn't share these commands.
If you continue running into issues accessing the applications, please share the following information:
- The Apache's log file (/opt/bitnami/apache2/logs/error_log)
- The output of these commands
sudo ls -la /opt/bitnami/letsencrypt/certificates/
sudo ls -la /opt/bitnami/apache2/conf
sudo ls -la /opt/bitnami/apps/AzzamDaaboul/conf/certs/
sudo ls -la /opt/bitnami/apps/MARI/conf/certs/
Thanks