At 18:32 11.10.2002 +0200, you wrote:
>hi!
>
>         this is probably basic question. i'd like to know if there is any way
>to obtain the public certificates inside a PKCS#12 without the need
>of decrypt it.
>
>         if the certificates are public it should be obvious to be able to
>read them. is it possible?
>
>
>regards,
>
>
>aleix

If the certificates are encrypted, you need to decrypt them. Sorry for
stating the obvious. However: there is no need to encrypt them
in the 1st place. A pkcs#12 file can contain the cert unecrypted
and the key encrypted.

openssl will encrypt the cert by default if you create a pkcs#12 file.
As far as I know you can't generate half-encrypted ones without
some programming.

Jörn



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to