Changeset 96692 in vbox for trunk/src/VBox/Additions/WINNT/tools
- Timestamp:
- Sep 12, 2022 12:39:59 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153575
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/tools/Makefile.kmk
r96684 r96692 71 71 AdditionsInstCertFiles_SOURCES += $(VBOX_LEGACY_TS_CA_FILE)=>vbox-legacy-timestamp-ca.cer 72 72 endif 73 ifdef VBOX_WITH_GA_ROOT_CERTS_INCLUDED 74 ifdef VBOX_WITH_GA_ROOT_VERISIGN_G5 75 AdditionsInstCertFiles_SOURCES += \ 76 $(VBOX_PATH_SRC_CERTIFICATES)/CaRoot-VeriSignPca3G5-18dad19e267de8bb4a2158cdcc6b3b4a.crt=>root-versign-pca3-g5.cer 77 endif 78 ifdef VBOX_WITH_GA_ROOT_DIGICERT_ASSURED_ID 79 AdditionsInstCertFiles_SOURCES += \ 80 $(VBOX_PATH_SRC_CERTIFICATES)/CaRoot-DigiCertAssuredIDRootCA-0ce7e0e517d846fe8fe560fc1bf03039.crt=>root-digicert-assured-id.cer 81 endif 82 ifdef VBOX_WITH_GA_ROOT_DIGICERT_HIGH_ASSURANCE_EV 83 AdditionsInstCertFiles_SOURCES += \ 84 $(VBOX_PATH_SRC_CERTIFICATES)/CaRoot-DigiCertHighAssuranceEVRootCA-02ac5c266a0b409b8f0b79f2ae462577.crt=>root-digicert-high-assurance-ev.cer 85 endif 86 endif 73 87 endif 74 88
Note:
See TracChangeset
for help on using the changeset viewer.