Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
Hi! Thanks for the reply. In my attempts to try to use this new cert, I used these commands:
sudo mv /opt/bitnami/apache2/conf/krainbuild.com.crt /opt/bitnami/apache2/conf/krainbuild.com.crt.old
sudo mv /opt/bitnami/apache2/conf/krainbuild.com.key /opt/bitnami/apache2/conf/krainbuild.com.key.old sudo mv /opt/bitnami/apache2/conf/cert.csr /opt/bitnami/apache2/conf/cert.csr.old
sudo ln -sf /opt/bitnami/letsencrypt/certificates/krainbuild.com.key /opt/bitnami/apache2/conf/krainbuild.com.key
sudo ln -sf /opt/bitnami/letsencrypt/certificates/krainbuild.com.crt /opt/bitnami/apache2/conf/krainbuild.com.crt
sudo chown root:root /opt/bitnami/apache2/conf/server*
sudo chmod 600 /opt/bitnami/apache2/conf/server*
The one I bolded gives me the error I posted above. I’m guessing that’s a Bitnami problem then?