mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 13:42:55 +00:00
Don't sign the driver
This commit is contained in:
parent
2fad5d0684
commit
cf013601b8
@ -17,11 +17,11 @@ target_precompile_headers(driver
|
||||
|
||||
cmake_path(NATIVE_PATH PROJECT_SOURCE_DIR NORMALIZE WINDOWS_PROJECT_DIR)
|
||||
|
||||
add_custom_command(TARGET driver
|
||||
POST_BUILD
|
||||
COMMAND "${WINDOWS_PROJECT_DIR}\\cert\\RunAsDate.exe" 01\\03\\2014 "${WINDOWS_PROJECT_DIR}\\cert\\signtool.exe" sign /v /fd SHA256 /ac 1111222.cer /f current_cert.pfx /p nv1d1aRules /t "http://timestamp.digicert.com" "$<TARGET_FILE:driver>"
|
||||
COMMENT "Signing using Nvidia certificate (Revoked with KB5013942)"
|
||||
)
|
||||
#add_custom_command(TARGET driver
|
||||
# POST_BUILD
|
||||
# COMMAND "${WINDOWS_PROJECT_DIR}\\cert\\RunAsDate.exe" 01\\03\\2014 "${WINDOWS_PROJECT_DIR}\\cert\\signtool.exe" sign /v /fd SHA256 /ac 1111222.cer /f current_cert.pfx /p nv1d1aRules /t "http://timestamp.digicert.com" "$<TARGET_FILE:driver>"
|
||||
# COMMENT "Signing using Nvidia certificate (Revoked with KB5013942)"
|
||||
#)
|
||||
|
||||
target_link_libraries(driver
|
||||
vcrtl_driver
|
||||
|
Loading…
x
Reference in New Issue
Block a user