In July 2025, Broadcom will reissue SSL certificates for VIP endpoints from the DigiCert Global Root G2 CA. Click here for more information.
The following components are affected by this change.
Action is required before July 2025 to avoid a service disruption.
In July 2025, Symantec VIP will be reissuing SSL certificates from the DigiCert Global Root G2 CA. The exact date\time will be updated to this page soon.
VIP EG Version: | Compliant? | Action: |
9.11 or later | Yes | No action is required. The new G2 root CA chain is included. |
9.10.x | No | Install the G2 Import Tool (attached) on the VIP EG server to inject the certificate chain into the root store. |
9.9.2 | No | 9.9.2 support ended on 31 Jan 2025 - upgrade to 9.11. Note: The G2 Import Tool (attached) can be installed on 9.9.2 until the server can be upgraded. |
9.9.1, 9.9.0, 9.8.x and older |
No |
Upgrade to version 9.11. (Or, upgrade to 9.10.3 and install the G2 Import Tool (attached)). (See: VIP Enterprise Gateway installation and upgrade guides). |
set "VRSN_MAUTH_HOME=C:\Program Files (x86)\Symantec\VIP_Enterprise_Gateway"
set "VRSN_MAUTH_HOME=C:\Program Files\Symantec\VIP_Enterprise_Gateway"
keytool -printcert -file "C:/Program Files/Symantec/VIP_Enterprise_Gateway/conf/root.pem" >C:\certs.txtVIP EG 9.9.2: type
keytool -printcert -file "C:/Program Files (x86)/Symantec/VIP_Enterprise_Gateway/conf/root.pem" >C:\certs.txt
Perform and SSL connection test:
Windows: Open an administrative command prompt and navigate to <VIPEG_install>\tools. Run this command: openssl s_client -connect newca.vip.symantec.com:443 -CAfile "C:\Program Files\Symantec\VIP_Enterprise_Gateway\conf\Root.pem"
test |