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