Hi @ted1,
Apache can't be started after you changed the certificates. That's probably because you didn't set the correct certificates there, can you confirm it?
tail -n 20 /opt/bitnami/apache2/logs/error_log
From this screenshot

I can see that you have the crt file (eagle400_tedmachine_info.crt) and the "privkey.pem" file. You need to use those files in the configuration. Please update them
SSLCertificateFile "/opt/bitnami/apache2/conf/eagle400_tedmachine_info.crt"
SSLCertificateKeyFile "/opt/bitnami/apache2/conf/privkey.pem"
and restart Apache
sudo /opt/bitnami/ctlscript.sh restart apache
If you still get errors, please run this command again
tail -n 20 /opt/bitnami/apache2/logs/error_log