This commit is contained in:
2024-10-13 23:27:09 +02:00
commit 30627b25b3
48 changed files with 1919 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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 ..