Deploying Certificate to Local Machine Root

(imported topic written by carroll91)

I need to push a wireless cert to a few thousand machines. I have certmgr.exe and the cert in the same directory and downlaoded that to BigFix. I am a a bit confused at what the syntax should look like as I have never approached this before. Any help is very appreciated.

download http://bigfix.bcferries.corp:52311/Uploads/b8cd04fd48e3f5f3b1305fc622cbdb5e0dd2f1eb/WPA2Patch.tmp

continue if {(size of it = 1312052 AND sha1 of it = “b8cd04fd48e3f5f3b1305fc622cbdb5e0dd2f1eb”) of file “WPA2Patch.tmp” of folder “__Download”}

waithidden __Download\CertMgr.exe -add -all -c “{(pathname of client folder of current site) & __Download\cer.file”}alMachine Root

(imported comment written by BenKus)

Hi Carroll,

Looks like you are very close… You need to call the “extract” command to open the compressed file and then the contents will be placed in the “__Download” folder…

Try this:

download http://bigfix.bcferries.corp:52311/Uplo … 2Patch.tmp
continue if {(size of it = 1312052 AND sha1 of it = “b8cd04fd48e3f5f3b1305fc622cbdb5e0dd2f1eb”) of file “WPA2Patch.tmp” of folder “__Download”}

extract WPA2Patch.tmp

waithidden “__Download\CertMgr.exe” -add -all -c “__Download\cer.file” alMachine Root

Ben

(imported comment written by carroll91)

Ben, thank you very much for your assistance and this seemed to work. Great product and a great forum!

Cheers.