Skip to content

Commit

Permalink
feat(forwarder-tls): apply squioc suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean GOUDY committed Jul 8, 2024
1 parent ac2e3a7 commit 9ccad25
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ If you wish to specify other filenames, you can do so in the intake configuratio
```
[...]
protocol: tls
tls_key_name: mykey.pem
tls_cert_name: mycert.crt
tls_ca_name: myca.crt
tls_key_name: server.key
tls_cert_name: server.crt
tls_ca_name: server.crt
```

## Start the concentrator
Expand Down

0 comments on commit 9ccad25

Please sign in to comment.