Skip to main content

Manual Addition of Root DigiCert CA to the Trusted Certificate Database

Written by Petr Pech

Valid up to version 2024.7.0; from version 2024.7.0, Java 11 is included in the installation.

If it is not possible to update Java to Java 7 Update 101 (1.7.0_101) or Java 8 Update 91 (1.8.0_91) or later, there is an option to manually add the DigiCert CA.

Command to perform the installation:

keytool -keystore "%JAVA_HOME%\jre\lib\security\cacerts" -storepass changeit -importcert -trustcacerts -alias digicertglobalrootg2 -file SOUBOR-CA.crt 

Available for download here:

Please note — the JDK tool must be installed for the command to work (installation is not possible without it).

Did this answer your question?