Hello, > hmm, tried that: > > openssl.exe rsa -des -in certnew.cer -out passcert.cer > > unable to load Private Key > 3752:error:0906D06C:PEM routines:PEM_read_bio:no start > line:.\crypto\pem\pem_lib.c:644:Expecting: ANY PRIVATE KEY Probably your RSA key has DER format (not PEM), add option "-inform DER" to this command line.
Best regards, -- Marek Marcola <[EMAIL PROTECTED]> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
