RE: problems with openssl and keytool

2001-11-26 Thread Robert Finneran
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

Re: problems with openssl and keytool

2001-11-26 Thread Aleix Conchillo FlaquƩ
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

Re: problems with openssl and keytool

2001-11-26 Thread Lidia Castillejo
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

Re: problems with openssl and keytool

2001-11-25 Thread Dr S N Henson
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

problems with openssl and keytool

2001-11-25 Thread Lidia Castillejo
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