Archive for the ‘crypto’ Category

OpenSSL / Apache links

Tuesday, December 9th, 2008

How to create a self-signed certificate

Apache’s mod_ssl HOWTO

Van’s Apache SSL/TLS mini-HOWTO

How to convert a PKCS#12 cert into PEM

Wednesday, November 19th, 2008

openssl pkcs12 -in .p12 -out .pem

And if you want to take the password off, add -nodes