On Thu, Apr 27, 2006, Martin Mller wrote:

> Hi!
> 
> Is it possible to explain me shortly, how to revoke a pcks12-File?
> BTW: I dont have the .pem-Files anymore.
> 

A PKCS#12 file is a container so your question is a bit like asking how to
revoke a .zip file..

If you want to revoke a certificate in a PKCS#12 file which is form a CA under
your control then you can extract the certificates in PEM format using the
pkcs12 utility. Something like:

openssl pkcs12 -in file.p12 -nokeys -clcerts -out cert.pem

will extract the end entitiy certificate which is probably the one you want.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to