Skip to content

Commit a8a8dd4

Browse files
committed
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 <[email protected]>
1 parent 926a04a commit a8a8dd4

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
@@ -43,6 +43,8 @@ When using Secure Forward mode, the [TLS](../../administration/transport-securit
4343
| `tls.crt_file` | Absolute path to Certificate file. | _none_ |
4444
| `tls.key_file` | Absolute path to private Key file. | _none_ |
4545
| `tls.key_passwd` | Optional password for `tls.key_file`. | _none_ |
46+
| `tls.windows.certstore_name` | (Windows only) Specify the name of the Windows Certificate Store to load certificates from. | `Root` |
47+
| `tls.windows.use_enterprise_store` | (Windows only) Enable loading certificates from the Local Machine Enterprise Certificate Store. | `Off` |
4648

4749
## Forward setup
4850

0 commit comments

Comments
 (0)