From bc42c075cbc4cc3fe9f78d55986ec6bc145324cf Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Mon, 16 Sep 2019 05:31:19 +0000 Subject: [PATCH] new: grpc server certificates config Signed-off-by: Leonardo Di Donato --- falco.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/falco.yaml b/falco.yaml index 10b4fc58..faf6d662 100644 --- a/falco.yaml +++ b/falco.yaml @@ -172,6 +172,9 @@ grpc: enabled: true bind_address: "0.0.0.0:5060" threadiness: 8 + private_key: "" + cert_chain: "" + root_certs: "" grpc_output: enabled: true \ No newline at end of file