Hi @TopherHarless,
From the Bitnami support tool, we got the info that Apache is not running in your server. When I took a look at the Apache's log, I found this error
[Thu Jul 30 06:08:18.165904 2020] [ssl:emerg] [pid 2490:tid 140136512284416] AH02565: Certificate and private key localhost:443:0 from /opt/bitnami/apache2/conf/server.crt and /opt/bitnami/apache2/conf/server.key do not match
https://docs.bitnami.com/aws/apps/wordpress/troubleshooting/debug-errors-apache/
It seems you edited the SSL keys and they do not match. If you did that intentionally, you will need to copy the correct private and public SSL keys to the Apache's conf folder again and ensure they match
https://docs.bitnami.com/aws/apps/wordpress/administration/check-ssl-certificate/
If you do not have any SSL keys, you can generate new ones and sign the private one to be able to start Apache again
https://docs.bitnami.com/aws/apps/wordpress/administration/create-ssl-certificate-apache/
Happy to help!
Was my answer helpful? Click on 