How to create a self-signed certificate
Apache’s mod_ssl HOWTO
Van’s Apache SSL/TLS mini-HOWTO
Posted in openssl, apache, crypto | No Comments »
openssl pkcs12 -in .p12 -out .pem
And if you want to take the password off, add -nodes
Posted in openssl, crypto | No Comments »