TLS certificate issues
Oracle Database 19c Standard Edition 2 Release 19.0.0.0.0 - Production
Version 19.3.0.0.0
I am trying to implement TLS. Both server and client are running v19.3. I believe I have successfully encrypted traffic using self-signed certificates and am now trying to use CA certificates.
I created a certificate request using openSSL and had it signed by our root authority. I installed this in the server wallet like this:
openssl pkcs12 -export -out wallet/ewallet.p12 -inkey certificates/server.key -in certificates/signed_cert.cer
I then installed the root and intermediate certs as trusted certs in the server.
Running this openssl command from the client box I get the following: (I have removed identifying information)