TLS.1.2 on EBS 12.2.9 works fine with 4443, but errors with 443: Cannot open an encrypted wallet
Hi All,
Followed the oracle Standard document to setup TLS 1.2 with port 4443 as defined.
It is working fine and well, we are using Self Signed Certificate with SAN .
As "orapki" does not allow SAN option, i used "keytool" to generate CSR and import cert with SAN.
Then converted to wallet.
$FMW_HOME/webtier/jdk/jre/bin/keytool -certreq -v -alias ebsdevcrt -file ebsdev.csr -sigalg SHA256withRSA -keypass xxxxxx -storepass xxxxxx -keystore keystore.jks -ext "SAN=dns:psm-dev.sigarms.local,dns:ebsdev.sigarms.local"
imported certificate.
created autlogin wallet
orapki wallet jks_to_pkcs12 -wallet /u01/oracle/product/ebs122/fs_ne/inst/psm-dev/certs/Apache -pwd Random45s -keystore /u01/oracle/ssl/keystore.jks -jkspwd xxxxxx