Verisign SSL Certs with Apache2

Just spent a couple of hours wrestling with this…

So apparently Verisign certs do not work with mod_ssl because they are packed in the PKCS#7 format.

For my own future reference:

openssl pkcs7 -in www.example.com.crt -print_certs -out www.example.com.crt.new

Source: Using a Verisign SSL Certificate with mod-ssl.


Posted

in

by

Tags:

Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.