Yuval - Domain The Net wrote: > > Hi, > > I'm trying to take out the private key from the pfx file but with no luck, > this is what I did: > I changed the pfx to pem > openssl pkcs12 -in iis.pfx -out iis.pem >
The private key is in the file iis.pem at this point. If you want just the private key add the -nocerts option. Steve. -- Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/ Personal Email: [EMAIL PROTECTED] Senior crypto engineer, Gemplus: http://www.gemplus.com/ Core developer of the OpenSSL project: http://www.openssl.org/ Business Email: [EMAIL PROTECTED] PGP key: via homepage. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
