mirror of
https://github.com/Inndy/twnhi-smartcard-agent.git
synced 2025-07-18 05:03:21 +00:00
First public release
This commit is contained in:
10
certs/trust_ca.cmd
Normal file
10
certs/trust_ca.cmd
Normal file
@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
|
||||
net session >nul 2>&1
|
||||
if /I %errorLevel% NEQ 0 (
|
||||
echo Administrator privilege required
|
||||
exit
|
||||
)
|
||||
|
||||
certutil.exe -addstore root ca.crt
|
||||
pause
|
Reference in New Issue
Block a user