VirtualBox

Ignore:
Timestamp:
Jul 19, 2022 4:24:28 PM (2 years ago)
Author:
vboxsync
Message:

Installer/win/VBoxStub: Back out previous change to legacy windows timestamp CA cert install. We can do tests without attestation signing by forcing the cert install instead. More clean. bugref:8691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp

    r95720 r95729  
    10731073    bool fEnableSilentCert         = true;
    10741074    bool fInstallTimestampCA       = true;
    1075     bool fForceTimestampCaInstall  = true;
     1075    bool fForceTimestampCaInstall  = false;
    10761076#endif
    10771077    bool fIgnoreReboot             = false;
     
    11021102        { "/no-silent-cert",    'c',                         RTGETOPT_REQ_NOTHING },
    11031103        { "--no-install-timestamp-ca", 't',                  RTGETOPT_REQ_NOTHING },
    1104         { "--no-force-install-timestamp-ca", 'T',            RTGETOPT_REQ_NOTHING },
     1104        { "--force-install-timestamp-ca", 'T',               RTGETOPT_REQ_NOTHING },
    11051105#endif
    11061106        { "--logging",          'l',                         RTGETOPT_REQ_NOTHING },
     
    11641164                break;
    11651165            case 't':
    1166                 fForceTimestampCaInstall = fInstallTimestampCA = false;
     1166                fInstallTimestampCA = false;
    11671167                break;
    11681168            case 'T':
    1169                 fForceTimestampCaInstall = false;
     1169                fForceTimestampCaInstall = fInstallTimestampCA = true;
    11701170                break;
    11711171#endif
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