3.5 Import Trusted Certificate
This topic provides the information to import trusted certificate.
keytool -import -v -trustcacerts -alias rootcacert
-file <export_certificate_file_name_with_location.cer> -keystore <keystore_name.jks> >
-keypass <Private key Password> -storepass <Store Password>
Example 3-2
keytool -import -v -trustcacerts -alias rootcacert -file AdminOBVAMCert.cer -keystore AdminOBVAMKeyStore.jks -keypass Oracle123
-storepass Oracle123
Parent topic: Obtaining the Identity Store