mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
docs: http backend mtls attributes (#32580)
This commit is contained in:
parent
f3a6985760
commit
6236fb506e
@ -67,3 +67,9 @@ The following configuration options / environment variables are supported:
|
||||
seconds to wait between HTTP request attempts. Defaults to `1`.
|
||||
- `retry_wait_max` / `TF_HTTP_RETRY_WAIT_MAX` – (Optional) The maximum time in
|
||||
seconds to wait between HTTP request attempts. Defaults to `30`.
|
||||
|
||||
For mTLS authentication, the following three options may be set:
|
||||
|
||||
- `client_certificate_pem` / `TF_HTTP_CLIENT_CERTIFICATE_PEM` - (Optional) A PEM-encoded certificate used by the server to verify the client during mutual TLS (mTLS) authentication.
|
||||
- `client_private_key_pem` /`TF_HTTP_CLIENT_PRIVATE_KEY_PEM` - (Optional) A PEM-encoded private key, required if client_certificate_pem is specified.
|
||||
- `client_ca_certificate_pem` / `TF_HTTP_CLIENT_CA_CERTIFICATE_PEM` - (Optional) A PEM-encoded CA certificate chain used by the client to verify server certificates during TLS authentication.
|
||||
|
Loading…
Reference in New Issue
Block a user