Hi,<\/p>\n
I have renewed our ssl certificate from GoDaddy and I downloaded them for apache and got two .crt files,<\/p>\n
sf_bundle-g2-g1.crt and one “random stuff”.crt.<\/p>\n
I just used openssl and converted them to .pem files,<\/p>\n
sf_bundle > ssl-cert.pem and “random stuff”.crt > ssl-private-key.pem<\/p>\n
But then Spiceworks server didn’t start and I got the following error in the apache error.log,<\/p>\n
[Tue Apr 14 13:22:37 2015] [error] Init: SSLPassPhraseDialog builtin is not supported on Win32 (key file C:/Program Files (x86)/Spiceworks/httpd/ssl/ssl-private-key.pem)<\/p>\n
I have searched some guides, but I just find guides that’s helps to export from IIS and with pfx files.<\/p>\n
Kind Regards,<\/p>\n
Noiden<\/p>","upvoteCount":2,"answerCount":10,"datePublished":"2015-04-14T10:01:29.000Z","author":{"@type":"Person","name":"Noiden","url":"https://community.spiceworks.com/u/Noiden"},"acceptedAnswer":{"@type":"Answer","text":"
Alright, you should be able to follow steps 5-ish+ in the How-To<\/a> I linked to earlier.<\/p>\n Step 5 is download your cert. Then follow the rest of the steps (with the bundle being the intermediate pem). That should get you through the process. If it doesn’t, let me know!<\/p>","upvoteCount":0,"datePublished":"2015-04-20T12:40:39.000Z","url":"https://community.spiceworks.com/t/update-spiceworks-ssl-certificate-with-crt-files/395660/6","author":{"@type":"Person","name":"matts","url":"https://community.spiceworks.com/u/matts"}},"suggestedAnswer":[{"@type":"Answer","text":" Hi,<\/p>\n I have renewed our ssl certificate from GoDaddy and I downloaded them for apache and got two .crt files,<\/p>\n sf_bundle-g2-g1.crt and one “random stuff”.crt.<\/p>\n I just used openssl and converted them to .pem files,<\/p>\n sf_bundle > ssl-cert.pem and “random stuff”.crt > ssl-private-key.pem<\/p>\n But then Spiceworks server didn’t start and I got the following error in the apache error.log,<\/p>\n [Tue Apr 14 13:22:37 2015] [error] Init: SSLPassPhraseDialog builtin is not supported on Win32 (key file C:/Program Files (x86)/Spiceworks/httpd/ssl/ssl-private-key.pem)<\/p>\n I have searched some guides, but I just find guides that’s helps to export from IIS and with pfx files.<\/p>\n Kind Regards,<\/p>\n Noiden<\/p>","upvoteCount":2,"datePublished":"2015-04-14T10:01:29.000Z","url":"https://community.spiceworks.com/t/update-spiceworks-ssl-certificate-with-crt-files/395660/1","author":{"@type":"Person","name":"Noiden","url":"https://community.spiceworks.com/u/Noiden"}},{"@type":"Answer","text":" Did you backup your old certs? Can you restore them until we get this straightened out?<\/p>\n From the sounds of it, the sf_bundle-g2-g1.crt was the intermediate cert, and the “random stuff”.crt was your actual cert. The private key should be generated when you generate the CSR, not downloaded from the registrar. If you don’t have a backup of this, you’ll need to generate a whole new cert request for the registrar<\/a> .<\/p>\n Let me know if you have backups, and we can figure it out from there.<\/p>","upvoteCount":0,"datePublished":"2015-04-14T14:08:22.000Z","url":"https://community.spiceworks.com/t/update-spiceworks-ssl-certificate-with-crt-files/395660/2","author":{"@type":"Person","name":"matts","url":"https://community.spiceworks.com/u/matts"}},{"@type":"Answer","text":" Yepp, I copied over the backup cert’s again.<\/p>","upvoteCount":0,"datePublished":"2015-04-15T06:39:59.000Z","url":"https://community.spiceworks.com/t/update-spiceworks-ssl-certificate-with-crt-files/395660/3","author":{"@type":"Person","name":"Noiden","url":"https://community.spiceworks.com/u/Noiden"}},{"@type":"Answer","text":" From GoDaddy’s site, does it tell you which one is the cert, and which is the bundle/intermediate cert?<\/p>","upvoteCount":0,"datePublished":"2015-04-15T13:25:38.000Z","url":"https://community.spiceworks.com/t/update-spiceworks-ssl-certificate-with-crt-files/395660/4","author":{"@type":"Person","name":"matts","url":"https://community.spiceworks.com/u/matts"}},{"@type":"Answer","text":" No, but it must be the sf_bundle-g2-g1.crt<\/p>","upvoteCount":0,"datePublished":"2015-04-15T17:47:31.000Z","url":"https://community.spiceworks.com/t/update-spiceworks-ssl-certificate-with-crt-files/395660/5","author":{"@type":"Person","name":"Noiden","url":"https://community.spiceworks.com/u/Noiden"}},{"@type":"Answer","text":" Hmm, I don’t have any .pem files I just got .crt and I don’t have the cert on any IIS and if I update the private key on the certificate on Godaddy it will break my certificate on my VPS? It’s a multiname certificate *.domain.xx.<\/p>","upvoteCount":0,"datePublished":"2015-04-21T12:36:07.000Z","url":"https://community.spiceworks.com/t/update-spiceworks-ssl-certificate-with-crt-files/395660/7","author":{"@type":"Person","name":"Noiden","url":"https://community.spiceworks.com/u/Noiden"}},{"@type":"Answer","text":" You shouldn’t need to generate a new CSR entirely. That would be Bad™.<\/p>\n