Network Solutions gives some instructions on their website that are outdated so it left me guessing on the correct order to create the SSLCertificateChainFile. Here is the correct order:
UTNAddTrustServer_CA.crt
AddTrustExternalCARoot.crt
NetworkSolutions_CA.crt
Just take the stuff out of each file and copy/paste into a new file. Do not remove the BEGIN and END lines. Then, place the file somewhere on the server and in the apache config enter the full path to it like this:
SSLCertificateChainFile /etc/httpd/conf/certs/network_solutions_combined_2008.crt
Comments
Anonymous (not verified)
Wed, 10/08/2008 - 19:28
Permalink
Excellent
Thank you, this was exactly what I was looking for! I wonder if Network Solutions will ever update their documentation.
Anonymous (not verified)
Wed, 02/17/2010 - 07:13
Permalink
Thanx! this solved our DigiNotar certificate problem
This is just what I needed to make that DigiNotar certificates work.
In this DigiNotar case I also needed to extract the base64 key file myself from the delivered intermediate certificate...