Re: KEYGEN tag - documentation

2009-06-01 Thread tito
correct me if im wrong..u can use keymanager addon to manage keys in FF 2009/6/1 Jan Schejbal > I did of course google and I did find the site you linked, but it did not > help me much, as I found no information what has to happen server-side (or > links to such information). I understand that t

Re: how to sign CRMF/SPKAC using openssl

2009-05-29 Thread tito
thank you for the info.. 2009/5/29 Georgi Guninski > On Fri, May 29, 2009 at 01:09:13PM +0530, tito wrote: > > plz see my command here.. > > C:\OpenSSL\bin>openssl ca -config openssl.cnf -verbose -days 180 -notext > > > -batch -spkac spak1.txt -out spaksign.pem -pas

Re: how to sign CRMF/SPKAC using openssl

2009-05-29 Thread tito
ll me.. am i issuing some wrong command here ? 2009/5/29 Georgi Guninski > On Fri, May 29, 2009 at 10:21:16AM +0530, tito wrote: > > how to sign the CRMF request key i get in openssl ? > > if i am using keygen tag, i think it gives SPKAC format..can we sign > SPKAC > >

Re: how to sign CRMF/SPKAC using openssl

2009-05-28 Thread tito
ion methods but they do have > one > thing in common: the methods are completely useless, not even PIN > protection > is a part of the plot unless you use pre-configured hard tokens > > Anders > > ----- Original Message - > From: tito > To: dev-tech-crypto@lists.m

how to sign CRMF/SPKAC using openssl

2009-05-28 Thread tito
Hi , I am making a CA site for my college project purpose.I learned that different browsers use different methods to generate CSR.Making CSR in IE was easy.For vista systems I used CertEnroll.dll methods and for non-vista IE i used xenroll.dll.I generated CSR in javascript successfully using that.