Morning guys
I have never really dealt with SSL's on an apache server. I found the domain on godaddy for my site. Downloaded the CentOS Apache zip.
This includes
- gd_bundle .crt
- hereismysite.crt
- blahblah.pem
Now,the folder that currently has the SSL has
- gd_bundle .crt
- hereismysite.crt
- blahblah.key
I have this rekey thing on godaddy for the CSR?
I am a little confused as to how to do this step and what to do with it?
I followed some apache instructions here after I replaced the files with the new ones. (I also just replaced the .pem info in the key). Crashed the servers all on apachectl restart so put the old ones back and restarted again
https://ae.godaddy.com/help/manually-install-an-ssl-certificate-on-my-apache-server-centos-5238
I am baffled.
Anyone able to break it down for a dummy like me?
To configure your site you need the following:
The zip from godaddy contains the following:
On your server, you have:
To put all this together, your Apache config will look something like this:
See also: https://bofeng.github.io/post/godaddy-ssl-cert-nginx/