Add doc for SKIP_TLS_VERIFY

This commit is contained in:
Owen
2025-10-27 21:24:22 -07:00
parent f1e07272bd
commit 8d3ae5afd7

View File

@@ -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