From 0cf507d8aff1ba482ba5e9fee325d3090bb3be6e Mon Sep 17 00:00:00 2001 From: Jackson Cremean <115671214+GNU-Plus-Windows-User@users.noreply.github.com> Date: Wed, 8 Jan 2025 02:25:02 +1100 Subject: [PATCH] fix: use correct directive for lapi certs --- crowdsec-docs/docs/local_api/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crowdsec-docs/docs/local_api/configuration.md b/crowdsec-docs/docs/local_api/configuration.md index e21c11cdf..760544ea0 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