Posts

Showing posts with the label keytool

Certificate installation on OEM

Login to OEM server <OMS server> follow the procedure :     Create a keystore :     $ cd /<base>/Middleware/jdk16/jdk/bin     ./keytool -genkey -alias <host name>  -keyalg RSA -keystore <host name>.jks  -keysize 2048     Fill the details :     Enter keystore password:  Re-enter new password:  What is your first and last name?    [Unknown]:  <host name>​  What is the name of your organizational unit?    [Unknown]:  Secure-24  What is the name of your organization?    [Unknown]:  Secure-24  What is the name of your City or Locality?    [Unknown]:  Southfield  What is the name of your State or Province?    [Unknown]:  Michigan  What is the two-letter country code for this unit?    [Unknown]:  US  Is CN=<host name>, O...