Re: automate mozilla certificate install

2007-08-28 Thread casprd
Unfortunately the javascript isn't going to accomplish everything we need. Any suggestions on where I can find information/code snippets for the NSS crypto classes? thanks ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists

RE: automate mozilla certificate install

2007-08-24 Thread Brian Meahan
nd it. From: Eddy Nigg (StartCom Ltd.) [mailto:[EMAIL PROTECTED] Sent: Fri 8/24/2007 5:06 PM To: Brian Meahan Cc: dev-tech-crypto@lists.mozilla.org Subject: Re: automate mozilla certificate install casprd wrote: we currently have a process which uses and emb

Re: automate mozilla certificate install

2007-08-24 Thread Eddy Nigg (StartCom Ltd.)
Hi Brian, Brian Meahan wrote: > if so then it installs the user cert into the windows personal cert > store. This would be possible by installing a client certificate as discussed previously. Does the client have a private key for it? Otherwise you might offer a download of a pfx file? > wh

Re: automate mozilla certificate install

2007-08-24 Thread Eddy Nigg (StartCom Ltd.)
Nelson Bolyard wrote: > However, IIRC, with either method of generating the certificate request, > after the CA subsequently issues the user's email cert, the user will > need to download/install the certificate. AFAIK, the only way, presently > supported in mozilla browsers, to do that download o

Re: automate mozilla certificate install

2007-08-24 Thread Nelson Bolyard
Eddy Nigg (StartCom Ltd.) wrote: > Nelson B wrote: >> casprd wrote: >> >>> we currently have a process which uses and embedded windows control >>> and the .net security libraries to automate the installation of the >>> client x.509 certificate into the windows store. >>> >>> I had run across some

Re: automate mozilla certificate install

2007-08-24 Thread Eddy Nigg (StartCom Ltd.)
Nelson B wrote: > casprd wrote: > >> we currently have a process which uses and embedded windows control >> and the .net security libraries to automate the installation of the >> client x.509 certificate into the windows store. >> >> I had run across some code snippets for doing this in firefox

Re: automate mozilla certificate install

2007-08-24 Thread Nelson B
casprd wrote: > we currently have a process which uses and embedded windows control > and the .net security libraries to automate the installation of the > client x.509 certificate into the windows store. > > I had run across some code snippets for doing this in firefox but now > for the life of m

Re: automate mozilla certificate install

2007-08-24 Thread Eddy Nigg (StartCom Ltd.)
casprd wrote: > we currently have a process which uses and embedded windows control > and the .net security libraries to automate the installation of the > client x.509 certificate into the windows store. > > I had run across some code snippets for doing this in firefox but now > for the life of me

automate mozilla certificate install

2007-08-24 Thread casprd
we currently have a process which uses and embedded windows control and the .net security libraries to automate the installation of the client x.509 certificate into the windows store. I had run across some code snippets for doing this in firefox but now for the life of me i can't find the website