Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Programmatically create oracle wallet for client and store the server certificate.

4018422Jun 11 2019 — edited Jul 3 2019

Using node-oracledb to connect to a TLS port.

This is what my customer has to do: 1- get server certificate 2- install Oracle Client -use mkstore/orapki (part of Oracle client) to create a wallet 3- store sever certificate in that wallet. 4- pass the location of the wallet to my application. But I want to eliminate the steps 2 and 3. Is there a way to programmatically create the wallet and store the server certificate?

Comments

Processing

Post Details

Added on Jun 11 2019
1 comment
656 views