Update SudoVDA's certificate
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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.
BIN
src_assets/windows/drivers/sudovda/sudovda.cer
Normal file
BIN
src_assets/windows/drivers/sudovda/sudovda.cer
Normal file
Binary file not shown.
Reference in New Issue
Block a user