File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
source/security/auth-mechanisms Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,14 @@ To use the code examples on this page, replace these placeholders with your own
5757Using X.509 Authentication in Your Application
5858----------------------------------------------
5959
60- x .509 authentication requires the use of SSL connections with
60+ X .509 authentication requires the use of TLS encryption with
6161certificate validation. To authenticate the client, you will need a valid TLS certificate
6262and private encryption key. These can be stored in separate files, or together in one ``.pem`` file.
63- Even if the certificate and private key are stored in the same file, you must specify the
64- path to that file by passing both the ``ssl_cert`` and ``ssl_key`` options to the client.
63+
64+ .. note::
65+
66+ Even if the certificate and private key are stored in the same file, you must specify the
67+ path to that file in both the ``ssl_cert`` and ``ssl_key`` options.
6568
6669Select the :guilabel:`Connection String` or :guilabel:`Client Options` tab to
6770see the corresponding syntax:
You can’t perform that action at this time.
0 commit comments