From e88da1ae141755c2aa8315c6bf6f2ab0dd6d281e Mon Sep 17 00:00:00 2001 From: Mathieu Brunot Date: Wed, 20 Nov 2019 13:05:02 +0100 Subject: [PATCH] doc: fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 732479a..9cd6ba8 100644 --- a/README.md +++ b/README.md @@ -174,8 +174,8 @@ Variable | Description | Example `LDAP_USE_TLS` | Enable LDAP TLS | 1 `LDAP_TLS_CIPHERS` | Set TLS ciphers list to allow | SECURE256:SECURE128 `LDAP_TLS_CHECK_PEER` | Require and verify LDAP server certificate | 1 -`LDAP_TLS_CACERT_FILE` | Path to CA cert file. Used when server sertificate verify is enabled | /etc/ssl/certs/ca-certificates.crt -`LDAP_TLS_CACERT_DIR` | Path to CA certs directory. Used when server sertificate verify is enabled. | /etc/ssl/certs +`LDAP_TLS_CACERT_FILE` | Path to CA cert file. Used when server certificate verify is enabled | /etc/ssl/certs/ca-certificates.crt +`LDAP_TLS_CACERT_DIR` | Path to CA certs directory. Used when server certificate verify is enabled. | /etc/ssl/certs #### Authentication using JWT tokens