Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Help importing Cisco VPN 5.0 certificates during install

Updated: 22 May 2010 | 1 comment
indy_tech's picture
0 0 Votes
Login to vote

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

discussion Filed Under:

Comments

MaggieH's picture
10
Dec
2008
0 Votes 0
Login to vote

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.