Skip to content

Commit 6236fb5

Browse files
authored
docs: http backend mtls attributes (#32580)
1 parent f3a6985 commit 6236fb5

File tree

1 file changed

+6
-0
lines changed
  • website/docs/language/settings/backends

1 file changed

+6
-0
lines changed

website/docs/language/settings/backends/http.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,9 @@ The following configuration options / environment variables are supported:
6767
seconds to wait between HTTP request attempts. Defaults to `1`.
6868
- `retry_wait_max` / `TF_HTTP_RETRY_WAIT_MAX` – (Optional) The maximum time in
6969
seconds to wait between HTTP request attempts. Defaults to `30`.
70+
71+
For mTLS authentication, the following three options may be set:
72+
73+
- `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.
74+
- `client_private_key_pem` /`TF_HTTP_CLIENT_PRIVATE_KEY_PEM` - (Optional) A PEM-encoded private key, required if client_certificate_pem is specified.
75+
- `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.

0 commit comments

Comments
 (0)