Skip to content

Commit 2fa2f3a

Browse files
authored
out_forward: Add certstore parameters descriptions for Windows only ones (fluent#1950)
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 <[email protected]>
1 parent 86975e9 commit 2fa2f3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipeline/outputs/forward.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ When using Secure Forward mode, the [TLS](../../administration/transport-securit
4444
| `tls.crt_file` | Absolute path to Certificate file. | _none_ |
4545
| `tls.key_file` | Absolute path to private Key file. | _none_ |
4646
| `tls.key_passwd` | Optional password for `tls.key_file`. | _none_ |
47+
| `tls.windows.certstore_name` | (Windows only) Specify the name of the Windows Certificate Store to load certificates from. | `Root` |
48+
| `tls.windows.use_enterprise_store` | (Windows only) Enable loading certificates from the Local Machine Enterprise Certificate Store. | `Off` |
4749

4850
## Forward setup
4951

0 commit comments

Comments
 (0)