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?