OHS SSL

Enable SSL

Create Wallet

Create an Auto Login Wallet in ORACLE_HOME/ohs/conf/ssl.wlt/default containing the certificate for the server...

orapki wallet create -wallet "${WALLPATH}" -auto_login
orapki wallet add -wallet "${WALLPATH}" -pwd ${WALLPWD} -dn "CN=${CN}, OU=${OU}, O=${O}, L=${L}, ST=${ST}, C=GB" -keysize 2048 -self_signed -validity 3650

opmn.xml

<data id="start-mode" value="ssl-enabled"/>

Restart OHS

As 'ohs' user with ohs environment set...

opmnctl stopproc ias-component=HTTP_Server
opmnctl startproc ias-component=HTTP_Server