Wallet setup for SSL connection
I have a certificate.
I have two Oracle DB 11.2.0.4, one primary and one secondary (fail over).
Client will also use Oracle Wallet. Client connects to a fictitious address which points to active DB-server.
I know that a must configure the listener but needs help what to do with the certificate so the client can connect to both DB-servers depending on which is active.
- Should I install the certificate at the client and both DB-servers and nothing more?
- Should I install the certificate at the DB-servers and export the certificate from these and install both files at the client?
- Should I do point 1 and export the certificate from client and both DB-servers and import the file from client in both DB-servers and the files from DB-servers to client?