RE: Problems importing pkcs12 keystore to NSS

2008-06-10 Thread David Stutzman
> -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > la.org] On Behalf Of Nelson B Bolyard > Sent: Monday, June 09, 2008 6:01 PM > To: mozilla's crypto code discussion list > Subject: Re: Problems importing pkcs12 keystore to NSS

Re: Problems importing pkcs12 keystore to NSS

2008-06-09 Thread Robert Relyea
Nelson B Bolyard wrote: David Stutzman wrote, (quoting me) On 2008-06-09 04:46 PDT: In NSS version 3.10 and later versions, pk12util has a third command option, in addition to -i (import) and -o (export) there is -l (that's ell, as in list). You can use it to list the contents of your PKCS

Re: Problems importing pkcs12 keystore to NSS

2008-06-09 Thread Nelson B Bolyard
David Stutzman wrote, (quoting me) On 2008-06-09 04:46 PDT: >> In NSS version 3.10 and later versions, pk12util has a third command >> option, in addition to -i (import) and -o (export) there is -l (that's >> ell, as in list). You can use it to list the contents of your PKCS#12 >> file. It w

RE: Problems importing pkcs12 keystore to NSS

2008-06-09 Thread David Stutzman
> -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] la.org] On Behalf Of Nelson B Bolyard > Sent: Sunday, June 01, 2008 4:01 PM > To: mozilla's crypto code discussion list > Subject: Re: Problems importing pkcs12 keystore to NSS >

Re: Problems importing pkcs12 keystore to NSS

2008-06-04 Thread Nelson B Bolyard
Yevgeniy Gubenko wrote: > You were right about the absence of a certificate in generated with JKS > format client.private file. But unfortunately, attempt to generate the > self-signed certificate for the keystore, then converting it to PKCS12 > format (client.privatepkcs12) and finally, import

RE: Problems importing pkcs12 keystore to NSS

2008-06-03 Thread Yevgeniy Gubenko
23:01 To: mozilla's crypto code discussion list Subject: Re: Problems importing pkcs12 keystore to NSS Yevgeniy Gubenko wrote, On 2008-06-01 02:48: > I'm trying to migrate JKS keystore entries to NSS 3.11.4 database and > get an exception. > I'm working on Solaris 10.

Re: Problems importing pkcs12 keystore to NSS

2008-06-01 Thread Nelson B Bolyard
Yevgeniy Gubenko wrote, On 2008-06-01 02:48: > I’m trying to migrate JKS keystore entries to NSS 3.11.4 database and > get an exception. > I’m working on Solaris 10. > I wonder what I am doing wrong. > These are the the prerequisites I perform: > > certutil -N -f pwdfile.txt -d . (Create NSS DB

Problems importing pkcs12 keystore to NSS

2008-06-01 Thread Yevgeniy Gubenko
Hi, I'm trying to migrate JKS keystore entries to NSS 3.11.4 database and get an exception. I'm working on Solaris 10. I wonder what I am doing wrong. These are the the prerequisites I perform: certutil -N -f pwdfile.txt -d . (Create NSS DB) modutil -fips true -dbdir /opt/nss/fipsdb (Enable fips