diff --git a/crowdsec-docs/docs/local_api/configuration.md b/crowdsec-docs/docs/local_api/configuration.md index e21c11cd..760544ea 100644 --- a/crowdsec-docs/docs/local_api/configuration.md +++ b/crowdsec-docs/docs/local_api/configuration.md @@ -72,8 +72,8 @@ You can configure the Local API to use SSL by setting the `tls` option under `ap api: server: tls: - cert_path: "/path/to/cert.pem" - key_path: "/path/to/key.pem" + cert_file: "/path/to/cert.pem" + key_file: "/path/to/key.pem" ``` :::info