Identity Management (MOSC)

MOSC Banner

help to figure out the issue with OVD to OUD SSL working with self signed cert .

edited Oct 3, 2012 10:40PM in Identity Management (MOSC) 1 commentAnswered
Here are the below steps that we have used

 

Create a folder  /IDM/Middleware/asinst_1/OUD/config/certificate

Create keystore pin in  $ cd /IDM/Middleware/asinst_1/OUD/config/

$ vi keystore.pin;   type in ###  in the text file and save

 

 

./keytool -genkeypair -alias oud3Dev -keyalg  rsa \-dname “cn=###.corp,o=####,dc=###,dc=com” \ -keystore /IDM/Middleware/asinst_1/OUD/config/keystore -keypass ### -storepass ### -storetype JKS

 

PASSWORD IS :

#### 

./keytool -selfcert -alias oud3Dev  –validity 3650 -keystore /IDM/Middleware/asinst_1/OUD/config/keystore -storetype JKS

Enter Keystore Password:

### 

./keytool -exportcert -alias oud3Dev -file /IDM/Middleware/asinst_1/OUD/config/certificate/oud3Dev.crt -rfc -keystore /IDM/Middleware/asinst_1/OUD/config/keystore -storetype JKS

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center