Changeset 107320 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 13, 2024 5:05:59 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk
r107319 r107320 89 89 # No SHA1 cert at all, no weird Plan B style signing, just the SHA2 cert. 90 90 $(evalcall2 def_VBoxAdditionsInstCertFiles,vbox-sha256.cer,$(VBOX_PATH_ADDITIONS)/VBoxGuest.sys, \ 91 extract-exe-signer-cert, 1)91 extract-exe-signer-cert, 0) 92 92 VBOX_GA_CERT_ROOT_SHA2 := vbox-sha256-root.cer 93 93 $(evalcall2 def_VBoxAdditionsInstCertFiles,$(VBOX_GA_CERT_ROOT_SHA2),$(VBOX_PATH_ADDITIONS)/VBoxGuest.sys, \ 94 extract-signer-root --self-signed-roots-from-system, 1)94 extract-signer-root --self-signed-roots-from-system, 0) 95 95 ifdef VBOX_TSA_SHA2_URL_ARGS 96 96 VBOX_GA_CERT_ROOT_SHA2_TS := vbox-sha256-timestamp-root.cer 97 97 $(evalcall2 def_VBoxAdditionsInstCertFiles,$(VBOX_GA_CERT_ROOT_SHA2_TS),$(VBOX_PATH_ADDITIONS)/VBoxGuest.sys, \ 98 extract-timestamp-root --self-signed-roots-from-system, 1)98 extract-timestamp-root --self-signed-roots-from-system, 0) 99 99 endif 100 100 else if !defined(VBOX_CERTIFICATE_SHA2_SUBJECT_NAME) && !$(intersects win all 1,$(VBOX_WITH_CORP_CODE_SIGNING))
Note:
See TracChangeset
for help on using the changeset viewer.