From a8a8dd49a17f3166960f030a73ecc44010509e44 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Fri, 18 Jul 2025 19:25:42 +0900 Subject: [PATCH] out_forward: Add certstore parameters descriptions for Windows only ones These are also related to outgoing TCP requests parameters but it's mainly used for out_forward plugin. For now, we put them in out_forward plugin's documentation. Signed-off-by: Hiroshi Hatake --- pipeline/outputs/forward.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipeline/outputs/forward.md b/pipeline/outputs/forward.md index 3386482a6..93a426a91 100644 --- a/pipeline/outputs/forward.md +++ b/pipeline/outputs/forward.md @@ -43,6 +43,8 @@ When using Secure Forward mode, the [TLS](../../administration/transport-securit | `tls.crt_file` | Absolute path to Certificate file. | _none_ | | `tls.key_file` | Absolute path to private Key file. | _none_ | | `tls.key_passwd` | Optional password for `tls.key_file`. | _none_ | +| `tls.windows.certstore_name` | (Windows only) Specify the name of the Windows Certificate Store to load certificates from. | `Root` | +| `tls.windows.use_enterprise_store` | (Windows only) Enable loading certificates from the Local Machine Enterprise Certificate Store. | `Off` | ## Forward setup