Skip to content

Commit fa28d5b

Browse files
authored
Add example of configuring receivers for TLS (#5908)
1 parent 9e74e88 commit fa28d5b

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)