From 8d3ae5afd735a9de4d3a587aa25b91becd7859dd Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 27 Oct 2025 21:24:22 -0700 Subject: [PATCH] Add doc for SKIP_TLS_VERIFY --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da4aed9..0370a76 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ All CLI arguments can be set using environment variables as an alternative to co - `TLS_CLIENT_CERT`: Path to client certificate for mTLS (equivalent to `--tls-client-cert`) - `TLS_CLIENT_KEY`: Path to private key for mTLS (equivalent to `--tls-client-key`) - `TLS_CA_CERT`: Path to CA certificate to verify server (equivalent to `--tls-ca-cert`) +- `SKIP_TLS_VERIFY`: Skip TLS verification for server connections. Default: false ## Loading secrets from files