TODO: This documentation is incomplete
Create an Auto Login Wallet in ORACLE_HOME/ohs/conf/ssl.wlt/default containing the certificate for the server...
WALLPATH=$ORACLE_HOME/ohs/conf/ssl.wlt/default
WALLPWD="password"
CN="hostname"
OU="dept"
O="Company"
L="City"
ST="County"
C="2 character country code"
DN="CN=${CN}, OU=${OU}, O=${O}, L=${L}, ST=${ST}, C=${C}"
orapki wallet create -wallet "${WALLPATH}" -auto_login
orapki wallet add -wallet "${WALLPATH}" -pwd ${WALLPWD} -dn ${DN} -keysize 2048 -self_signed -validity 3650
<data id="start-mode" value="ssl-enabled"/>
As 'ohs' user with ohs environment set...
opmnctl stopproc ias-component=HTTP_Server
opmnctl startproc ias-component=HTTP_Server