From 6b6bc0c5a2bda74cfe3876cb594f5ec8470fc5be Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Fri, 10 Jan 2025 09:32:40 +0530 Subject: [PATCH] Add example of configuring receivers for TLS Closes #5853 Signed-off-by: Swapnil Kulkarni --- content/en/docs/collector/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/collector/configuration.md b/content/en/docs/collector/configuration.md index 0a78db729990..71afcaa5f660 100644 --- a/content/en/docs/collector/configuration.md +++ b/content/en/docs/collector/configuration.md @@ -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