diff --git a/crates/wdk-build/rust-driver-makefile.toml b/crates/wdk-build/rust-driver-makefile.toml index 903af810..24cb4bf7 100644 --- a/crates/wdk-build/rust-driver-makefile.toml +++ b/crates/wdk-build/rust-driver-makefile.toml @@ -487,7 +487,7 @@ run_task = "signtool-sign" private = true condition = { env_true = ["WDK_BUILD_ENABLE_SIGNTOOL_VERIFY"] } command = "signtool" -args = ["verify", "/v", "/pa", "${WDK_BUILD_SIGNTOOL_VERIFY_INPUT_FILE}"] +args = ["verify", "/v", "/kp", "${WDK_BUILD_SIGNTOOL_VERIFY_INPUT_FILE}"] [tasks.verify-signature-driver-binary] private = true