Orapki adding certificates to the wallet in oracle http server.
Hi ,
I would like to know how many certificate requests we can add to a single wallet in oracle http server.
Suppose if my irw_vh_section.conf file having 2 different URL's with 443 port.
ex: gmail.com
google.com
Is it possible to add both the URL's to a single wallet and create the certificates, will this work ?
./orapki wallet create -wallet /opt/oracle/middleware/webtier/instance/config/OHS/OHS_lx22/keystores/iows/ -auto_login_only -- to create a wallet
./orapki wallet add -wallet /opt/oracle/middleware/webtier/instance/config/OHS/OHS_lx22/keystores/iows/ -keysize 2048 -dn ’CN=www.gmail.com' -auto_login_only