VirtualBox

Ignore:
Timestamp:
Jul 18, 2022 5:52:27 PM (3 years ago)
Author:
vboxsync
Message:

Windows Additions/Installer: Also install the legacy VBox TS CA on Win10+ guests, as those would complain about untrusted certification chains otherwise. ​bugref:8691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh

    r95700 r95719  
    170170!ifdef VBOX_SIGN_ADDITIONS && VBOX_WITH_VBOX_LEGACY_TS_CA
    171171  ; On guest OSes < Windows 10 we always go for the PreW10 drivers and install our legacy timestamp CA.
    172   ${If} $g_strWinVersion != "10"
     172  ; Note: We now also install this on Win10+ guests, as those would complain about untrusted certification chains otherwise.
     173  ;${If} $g_strWinVersion != "10"
    173174    ${LogVerbose} "Installing legacy timestamp CA certificate ..."
    174175    SetOutPath "$INSTDIR\cert"
     
    177178    ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" add-trusted-publisher --root $\"$INSTDIR\cert\vbox-legacy-timestamp-ca.cer$\"" "false"
    178179    ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" display-all" "false"
    179   ${EndIf}
     180  ;${EndIf}
    180181!endif
    181182
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette