Update SudoVDA's certificate

This commit is contained in:
Yukino Song
2025-07-14 01:18:53 +08:00
parent da5a4e3e27
commit 1ad24d2d44
5 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ where certutil >nul 2>&1 || set "CERTUTIL=%SystemRoot%\System32\certutil.exe"
echo ================
echo Installing cert for the SudoVDA driver...
%CERTUTIL% -addstore -f root "code_signing.crt"
%CERTUTIL% -addstore -f TrustedPublisher "code_signing.crt"
%CERTUTIL% -addstore -f root "sudovda.cer"
%CERTUTIL% -addstore -f TrustedPublisher "sudovda.cer"
echo ================
echo Removing the old driver... It's OK to show an error if you're installing the driver for the first time.

Binary file not shown.