openssl crl2pkcs7 -nocrl -certfile mycert.crt -outform DER -out newcertfile.spc
technoninja: thawte signing certificate howto mykey.pvk mycert.spc from .pfx file.
openssl crl2pkcs7 -nocrl -certfile mycert.crt -outform DER -out newcertfile.spc
openssl req \
-new -newkey rsa:1024 -nodes \
-keyout mykey.pem -out myreq.pem
openssl req -new -key mykey.pem -out myreq.pem