I am expertise in OIM-User Provisioning.I have experience in both 10G and 11G versions.This Blog helps you in understanding the concepts releated to OIM-UserProvisioning.I mainly tried covering the usage of OIM OOTB connectors,custom connectors,custom adaptors and also the customized usage of OIM API.
Friday, 12 August 2011
Importing certificates in OIM(9102) using keytool
1.Get the certifivate from the target system that has to be imported in IDM.
To import
keytool -import -alias ALIAS -file CER_FILE -keystore MY_CACERTS -storepass PASSWORD
Example:
/u01apps/oraclesoa/jdk/jre/bin/keytool -import -alias OC4J -file /u01apps/PROD/NewCert/latestCrtAD/ProdAD.cer -keystore /u01apps/oraclesoa/jdk/jre/lib/security/cacerts -storepass changeit
To verify the certificates that has to be imported successfully
keytool -list -alias ALIAS -keystore MY_CACERTS -storepass PASSWORD
Example:
/u01apps/oraclesoa/jdk/jre/bin/keytool -list -alias OC4J -keystore /u01apps/oraclesoa/jdk/jre/lib/security/cacerts -storepass changeit
To delete
keytool -delete -alias Alias -keystore MY_CACERTS -storepass PASSWORD
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment