On Thu, Aug 07, 2003, Davide De Benedictis wrote:
>
> Using the command tool "genrsa" how can I specify to store the
> private key in PKCS#8 or PKCS#12 standard format?
>
Unfortunately there isn't an option to write in PKCS#8 or PKCS#12 format
directly using genrsa you have to output in PEM an
On Thu, Aug 07, 2003, Davide De Benedictis wrote:
> Hi, here again
>
> I'm a Java user and I'm using the Java Cryptography Extension shipped
> with the JDK 1.4 and enhanced with the BouncyCastle.org open source
> libraries. I need to interact with a PHP server which uses OpenSSL
> for digital Sig
On Thu, Aug 07, 2003 at 10:21:09AM +0200, Davide De Benedictis wrote:
> Hi, here again
>
> I'm a Java user and I'm using the Java Cryptography Extension shipped
> with the JDK 1.4 and enhanced with the BouncyCastle.org open source
> libraries. I need to interact with a PHP server which uses OpenSS
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