mirror of
https://github.com/fosrl/newt.git
synced 2026-02-28 07:46:37 +00:00
Add doc for SKIP_TLS_VERIFY
This commit is contained in:
@@ -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_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_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`)
|
- `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
|
## Loading secrets from files
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user