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 ================
echo Installing cert for the SudoVDA driver... echo Installing cert for the SudoVDA driver...
%CERTUTIL% -addstore -f root "code_signing.crt" %CERTUTIL% -addstore -f root "sudovda.cer"
%CERTUTIL% -addstore -f TrustedPublisher "code_signing.crt" %CERTUTIL% -addstore -f TrustedPublisher "sudovda.cer"
echo ================ echo ================
echo Removing the old driver... It's OK to show an error if you're installing the driver for the first time. echo Removing the old driver... It's OK to show an error if you're installing the driver for the first time.
@@ -24,4 +24,4 @@ nefconc.exe --install-driver --inf-path "SudoVDA.inf"
echo ================ echo ================
echo Done! echo Done!
popd popd

Binary file not shown.