third party certificate chain
Oracle FMW 12.1.3.0.0
We have some external customers that have new smart cards. I was told by the IIS server admin that I need to load the root and interim certs in the correct order. I tried adding them to the wallet - root first then interim. Users are still not able to log on. I've looked for Oracle documentation on this process and found Document 2346727.1 - it uses openssl for the example - I use orapki..
It has the following:
1. Extract the private key
openssl pkcs12 -in <third party wallet.-nocerts -out privateKey.key
ex: openssl pkcs12 -in ewallet1.p12 -nocerts -out privateKey.key