Help importing Cisco VPN 5.0 certificates during install

indy_tech's picture

I am looking for some advice on how to import the cisco vpn certificates during a new install.

We are just using a script with the msi file to do the remove and then reinstall and also copy the profiles to the proper directory, but have been unable to figure out how to set the certificates to auto import without doing it manually for each pc.

Suggestions

MaggieH's picture

Import Certs.

Here some info on Certs.

This site explains the use of two "tools" on how to import Certificates.

The winhttpcertcfg is only for PFX certificate file format. Use the certmgr for .p7b, .crt, .cer formats.

http://weblogs.asp.net/hernandl/archive/2005/02/09...

Then there is also this site, but you have to pay for the ActiveX (ChilkatPfx.ChilkatPfx) component.
http://www.example-code.com/vbscript/ImportPfx.asp

Once you're done, add it as a Custom Action or use Active Setup.

Hope this helps.