how to generate ssl_server_cert_dn ? and where do we need to pass? #137
Replies: 1 comment
-
The generation question would be best asked to some security people. You can specify ssl_server_cert_dn when creating a connection or pool, or you can pass it in a connect descriptor, e.g. in a tnsnames.ora file. Let us know if you get it working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want pass
ssl_server_cert_dn
with my custom SSL certificate. please suggest me how to generate ssl_server_cert_dn and where we pass in oracledb (thin model).Beta Was this translation helpful? Give feedback.
All reactions