I need to renew my SSL cert for Spiceworks before this coming Monday. I am honestly not the greatest with SSLs. Here is what I know.

I based what I attempted to do on this post.

The files in C:\Program Files (x86)\Spiceworks\httpd\ssl are originally

ssl-cert.pem (renamed root to be ssl-cert.crt)

ssl-intermediate.pem (renamed bundle to be ssl-intermediate.crt)

ssl-private-key.pem

I download the Apache version and my files looks similar to this format.

xxxx.crt (root key crt version)

xxxx.pem (root key pem version)

Changed the httpd file to look this way.

SSLCertificateFile “ssl/ssl-cert.crt” original .pem

SSLCertificateKeyFile “ssl/ssl-private-key.pem”

SSLCertificateChainFile “ssl/ssl-intermediate.crt” original .pem

Any help with this will be greatly appreciated.

4 Spice ups

This worked. I am so excited. I will mark myself as the best answer. Thanks…