My head hurts!<\/p>\n
I have inherited a web server It’s a centos box running Apache. I’m no expert with apache, nor was I told I needed to be, but for the most part I’m fine. Now it turns out that my predecessor hand several ssl certs for various sites, that he managed on the server. I had zero documentation for the server bar the password, and it was only when I received an email yesterday reminding me that my cert will expire soon that I knew it was a beast I needed to tackle.<\/p>\n
Now I know very little about this and have yet to do it. I have gone though some instructions online but there not matching up with what I have in front of me.<\/p>\n
So here’s were I’m at. I have renewed the the cert and was issued a domain.pem and a domain.csr file. I later received some instructions telling me to install the X.509 cert and the intermediate cert included in the email.<\/p>\n
I have on my apache server found the virtual-host file for the domain in question. It contains the following SSL lines.<\/p>\n
SSLEngine On\n SSLCertificateFile /etc/httpd/conf/ssl/mydomain.crt\n SSLCertificateKeyFile /etc/httpd/conf/ssl/mydomain.key\n SSLCertificateChainFile /etc/httpd/conf/ssl/RapidSSL_CA_bundle.pem\n<\/code><\/pre>\nNow at this point I am just lost, what do I need to next? Thanks for any help.<\/p>","upvoteCount":4,"answerCount":12,"datePublished":"2014-01-22T14:51:29.000Z","author":{"@type":"Person","name":"leifjohnson","url":"https://community.spiceworks.com/u/leifjohnson"},"acceptedAnswer":{"@type":"Answer","text":"
In this case, by the way, the RapidSSL pem file is the intermediate and of course the crt file is the x.509 cert. Key shouldn’t change as that should be unique to your server, the reason you create the CSR.<\/p>","upvoteCount":1,"datePublished":"2014-01-22T15:53:45.000Z","url":"https://community.spiceworks.com/t/ssl-help/270834/5","author":{"@type":"Person","name":"alex3031","url":"https://community.spiceworks.com/u/alex3031"}},"suggestedAnswer":[{"@type":"Answer","text":"
My head hurts!<\/p>\n
I have inherited a web server It’s a centos box running Apache. I’m no expert with apache, nor was I told I needed to be, but for the most part I’m fine. Now it turns out that my predecessor hand several ssl certs for various sites, that he managed on the server. I had zero documentation for the server bar the password, and it was only when I received an email yesterday reminding me that my cert will expire soon that I knew it was a beast I needed to tackle.<\/p>\n
Now I know very little about this and have yet to do it. I have gone though some instructions online but there not matching up with what I have in front of me.<\/p>\n
So here’s were I’m at. I have renewed the the cert and was issued a domain.pem and a domain.csr file. I later received some instructions telling me to install the X.509 cert and the intermediate cert included in the email.<\/p>\n
I have on my apache server found the virtual-host file for the domain in question. It contains the following SSL lines.<\/p>\n
SSLEngine On\n SSLCertificateFile /etc/httpd/conf/ssl/mydomain.crt\n SSLCertificateKeyFile /etc/httpd/conf/ssl/mydomain.key\n SSLCertificateChainFile /etc/httpd/conf/ssl/RapidSSL_CA_bundle.pem\n<\/code><\/pre>\nNow at this point I am just lost, what do I need to next? Thanks for any help.<\/p>","upvoteCount":4,"datePublished":"2014-01-22T14:51:30.000Z","url":"https://community.spiceworks.com/t/ssl-help/270834/1","author":{"@type":"Person","name":"leifjohnson","url":"https://community.spiceworks.com/u/leifjohnson"}},{"@type":"Answer","text":"
I haven’t done this in a long time but i remember using this as guideline.
\nBeside the ssl provider have some guideline as well on their website.<\/p>\n