Skip to content

Commit 6b6bc0c

Browse files
committed
Add example of configuring receivers for TLS
Closes #5853 Signed-off-by: Swapnil Kulkarni <[email protected]>
1 parent bd801c6 commit 6b6bc0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/collector/configuration.md

+3
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ receivers:
290290
protocols:
291291
grpc:
292292
endpoint: 0.0.0.0:4317
293+
tls:
294+
cert_file: cert.pem
295+
key_file: cert-key.pem
293296
http:
294297
endpoint: 0.0.0.0:4318
295298

0 commit comments

Comments
 (0)