From 584160f2a2ecb5bb67668a6b15c6c329d97e2a8e Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Mon, 13 Apr 2020 13:57:51 -0400 Subject: [PATCH] doc: add client tls parameters to openldap (#8730) --- website/pages/api-docs/secret/openldap/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/pages/api-docs/secret/openldap/index.mdx b/website/pages/api-docs/secret/openldap/index.mdx index c7c7ec352..37de6cb32 100644 --- a/website/pages/api-docs/secret/openldap/index.mdx +++ b/website/pages/api-docs/secret/openldap/index.mdx @@ -39,6 +39,8 @@ to search and change entry passwords in OpenLDAP. - `starttls` `(bool: )` - If true, issues a `StartTLS` command after establishing an unencrypted connection. - `insecure_tls` - `(bool: )` - If true, skips LDAP server SSL certificate verification - insecure, use with caution! - `certificate` - `(string: )` - CA certificate to use when verifying LDAP server certificate, must be x509 PEM encoded. +- `client_tls_cert` - `(string: )` - Client certificate to provide to the LDAP server, must be x509 PEM encoded. +- `client_tls_key` - `(string: )` - Client key to provide to the LDAP server, must be x509 PEM encoded. ### Sample Payload