11.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 11-2
keytool -import -v -trustcacerts -alias rootcacert
-file AdminOBVAMCert.cer -keystore AdminOBVAMKeyStore.jks -keypass Oracle123
-storepass Oracle123
Parent topic: Obtain the Identity Store