[NOT ANSWERED] Install client SSL certificate via .NET Msi

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If anyone has any ideas on how to install a SSL security certificate on a
remote client (for a WSE SecureConversation scenario), even if it is not
through the .NET msi, as I am really struggling on this one!! Original post
below......


Does anyone know how to get the .NET MSI that you create via a Setup
Project to install a certificate (the public cert) on the client? The
installer is for a Windows application? I have searched google,
Microsoft and VS.NET Help but i can find nothing at all about this topic. I'm
guessing that it is not possible, but hoping that I'm wrong and some
out there has done it!!!

Any help or pointers to articles greatly appreciated!!

Thanks

Ian Moores
 
* Rudi said:
If anyone has any ideas on how to install a SSL security certificate on a
remote client (for a WSE SecureConversation scenario), even if it is not
through the .NET msi, as I am really struggling on this one!! Original post
below......

Does it need to be done automatically?

Just double clicking the certificate will bring up the Certificate Management
Console whereby you can import the certificate into the correct store.
 
Unfortunatly yes, it MUST be done automatically, I can get it to put the .cer
in the application folder, i guess what i need is to find a way to execute
some custom code in the install, and I'm guessing that the x509Certificate
class has a way of doing this....... this is as far as i've got... for now...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top