unday, November 25, 2001 5:09 PM
To: [EMAIL PROTECTED]
Subject: Re: problems with openssl and keytool
Lidia Castillejo wrote:
>
> Hi,
> please can somebody help me?
> I'm working with openssl and keytool of jdk
> I create my autority certification with openssl.
> I create a
On Mon, 2001-11-26 at 11:27, Lidia Castillejo wrote:
> Hi,
> Thanks Dr S N Henson XDD
> I'm using RSA keys.How i can create a PKCS#12 file from the certificate and
> private key?
> Thanks
>
using the command line:
openssl pkcs12 export -in your_cert.pem -out your.p12 -inkey
privatekey.pem
rega
Hi,
Thanks Dr S N Henson XDD
I'm using RSA keys.How i can create a PKCS#12 file from the certificate and
private key?
Thanks
- Original Message -
From: "Dr S N Henson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 26, 2001 2:09 AM
Subject
Lidia Castillejo wrote:
>
> Hi,
> please can somebody help me?
> I'm working with openssl and keytool of jdk
> I create my autority certification with openssl.
> I create a public/private pair keys with keytool and make a certification
> request to ca.
> CA validity my csr file and create a .pem
Hi,
please can somebody help me?
I'm working with openssl and keytool of jdk
I create my autority certification with openssl.
I create a public/private pair keys with keytool and make a certification
request to ca.
CA validity my csr file and create a .pem file i try import this file in my
keystor