help to figure out the issue with OVD to OUD SSL working with self signed cert .
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