Skip to content

Commit 8d3ae5a

Browse files
Add doc for SKIP_TLS_VERIFY
1 parent f1e0727 commit 8d3ae5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ All CLI arguments can be set using environment variables as an alternative to co
135135
- `TLS_CLIENT_CERT`: Path to client certificate for mTLS (equivalent to `--tls-client-cert`)
136136
- `TLS_CLIENT_KEY`: Path to private key for mTLS (equivalent to `--tls-client-key`)
137137
- `TLS_CA_CERT`: Path to CA certificate to verify server (equivalent to `--tls-ca-cert`)
138+
- `SKIP_TLS_VERIFY`: Skip TLS verification for server connections. Default: false
138139

139140
## Loading secrets from files
140141

0 commit comments

Comments
 (0)