13 lines
408 B
Batchfile
13 lines
408 B
Batchfile
rem get installation dir
|
|
SET mypath=%~dp0
|
|
|
|
rem install certs
|
|
rem certutil.exe -addstore -f Root Certificates\CONET_CA.der
|
|
certutil.exe -addstore -f Root Certificates\CONET_CA2.der
|
|
rem certutil.exe -addstore -f CA Certificates\CONET_Frankfurt.der
|
|
certutil.exe -addstore -f CA Certificates\CONET_Frankfurt2.der
|
|
rem certutil.exe -addstore -f CA Certificates\Resi_Invest.der
|
|
|
|
rem cleanup
|
|
cd ..
|