First public release

This commit is contained in:
Inndy
2020-05-20 00:11:26 +08:00
commit 7fc247b152
28 changed files with 1762 additions and 0 deletions

10
certs/trust_ca.cmd Normal file
View 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