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 but now
>> for the life of me i can't find the websites.  Does anyone have any
>> ideas how we can accomplish this or know of some websites that i can
>> look at for some ideas?
>>     
>
> I suggest you look at how this web site does it:
> http://public.wisekey.com/crt/owgrgaca.crt
>
>   
Nelson, what you suggest here, is how to install a CA certificate, which 
can be easily achieved as demonstrated with this link. All it needs is a 
PEM encoded CA certificate and correct headers on the server.
But if I understood the original question correctly, it is about 
installation of client (S/MIME) certificates. Client certificates which 
have the private key stored in FF (produced by <keygen>) can be 
installed in similar fashion by sending the content of the certificate 
with header "Content-type: application/x-x509-user-cert". Additionally 
http://developer.mozilla.org/en/docs/JavaScript_crypto#Typical_use shows 
a different approach via JavaScript.

-- 
Regards 
 
Signer:         Eddy Nigg, StartCom Ltd. <http://www.startcom.org>
Jabber:         [EMAIL PROTECTED] <xmpp:[EMAIL PROTECTED]>
Blog:   Join the Revolution! <http://blog.startcom.org>
Phone:          +1.213.341.0390
 

_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to