Skip to content

Commit b6a281b

Browse files
committed
MW feedback
1 parent ea80cd3 commit b6a281b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/security/auth-mechanisms/x509.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,14 @@ To use the code examples on this page, replace these placeholders with your own
5757
Using 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
6161
certificate validation. To authenticate the client, you will need a valid TLS certificate
6262
and 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

6669
Select the :guilabel:`Connection String` or :guilabel:`Client Options` tab to
6770
see the corresponding syntax:

0 commit comments

Comments
 (0)