From 1638fc7cc7b213b11b90a26af5893ec6eaedd668 Mon Sep 17 00:00:00 2001 From: zandivx <80193776+zandivx@users.noreply.github.com> Date: Tue, 19 May 2026 10:19:27 +0200 Subject: [PATCH] docs: document client_cert_path configuration key Add documentation for the client_cert_path config option that was missing from the README. Explains it's a PEM-encoded certificate file path used for mutual TLS authentication with the Bitwarden server. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eb9074b..c85202d 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,9 @@ configuration options: * `pinentry`: The [pinentry](https://www.gnupg.org/related_software/pinentry/index.html) executable to use. Defaults to `pinentry`. +* `client_cert_path`: Path to a PEM-encoded client certificate file to use for + mutual TLS (mTLS) authentication with the Bitwarden server. If unset, no + client certificate is used. ### Profiles