Files
2024-10-13 23:27:09 +02:00

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 ..