Skip to content

Commit

Permalink
Add example of configuring receivers for TLS
Browse files Browse the repository at this point in the history
Closes open-telemetry#5853

Signed-off-by: Swapnil Kulkarni <[email protected]>
  • Loading branch information
meswapnilk committed Jan 10, 2025
1 parent bd801c6 commit 6b6bc0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/docs/collector/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ receivers:
protocols:
grpc:
endpoint: 0.0.0.0:4317
tls:
cert_file: cert.pem
key_file: cert-key.pem
http:
endpoint: 0.0.0.0:4318
Expand Down

0 comments on commit 6b6bc0c

Please sign in to comment.