So I need to somehow use this key
-----BEGIN RSA PRIVATE KEY-----
Snipped private key data... you really shouldn't be sharing that sort of thing. If you really want this here, then PM me. - phlip
-----END RSA PRIVATE KEY-----
and turn it into a pkcs12 format cert that I can use in firefox...I've tried openssl with pkcs12 -export -inkey keyraw.key -out cert.p12 but it doesn't work, nor do any other combination, is there something I am missing? Do I need to grab the public key from the site as well? This is my first time working with keys of any sort so any help would be appreciated
