I was curious if anyone knew how to install a pkcs#7 certificate file using the Apache command line.
I'm new to all this, so I hope my question makes sense.
Thanks!
-JeepGod
sitz
1:17 am on Apr 21, 2005 (gmt 0)
If you want to use the certificate for Apache's mod_ssl, you'll need to convert the certificate into a format that mod_ssl can understand (PEM format); you can find some documentation on doing that at [sipit.net ] and, of course, Google [google.com].