diff options
Diffstat (limited to 'config/grootstream.yaml')
| -rw-r--r-- | config/grootstream.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/grootstream.yaml b/config/grootstream.yaml index d78376d..fdefe44 100644 --- a/config/grootstream.yaml +++ b/config/grootstream.yaml @@ -21,9 +21,10 @@ grootstream: key_path: <vault-key-path> ssl: - disabled: true - cert_path: ./config/ssl/cert.pem - private_key_path: ./config/ssl/key.pem + enabled: false + cert_file: ./config/ssl/cert.pem + key_file: ./config/ssl/key.pem + require_client_auth: false properties: |
