Jennifer J-N Liu wrote:
> I used "openssl" to create keys and certificates, later I exported them to > .p12 file. In the output .p12 file, I noticed that my private key is always > formated as "shrouded keybag" instead of "keybag".
Right. "shrouded" is PKCS12 jargon, meaning "encrypted". Encryption of the private key is a major feature of PKCS12.
> How can I make the command to format > the private key as normal "key Bag"?
You're asking how to make a PKCS12 file with an unencrypted private key. Short answer: You can't (as far as I know).
_______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
