tor 2003-08-07 klockan 13.06 skrev Davide De Benedictis:

> Using the command tool "genrsa" how can I specify to store the
> private key in PKCS#8 or PKCS#12 standard format?

You could use something like the following I suppose:

   openssl genrsa 1024 | openssl pkcs8 -topk8 

This uses genrsa to generate a RSA key and then encrypts it as a PKCS#8
encrypted key.

Regards
Henrik

-- 
Henrik Nordstrom <[EMAIL PROTECTED]>
MARA Systems AB

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

Reply via email to