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