3.5 Import Trust Certificate
This topic provides the information to import as 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:
keytool -import -v -trustcacerts -alias rootcacert -file AdminOBSCFCert.cer
-keystore AdminOBSCFKeyStore.jks -keypass Oracle123 -storepass Oracle123
Parent topic: Obtain the Identity Store