Skip to content

Commit c45eaf6

Browse files
fix: use correct directive for lapi certs (#706)
1 parent eb418da commit c45eaf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crowdsec-docs/docs/local_api/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ You can configure the Local API to use SSL by setting the `tls` option under `ap
7272
api:
7373
server:
7474
tls:
75-
cert_path: "/path/to/cert.pem"
76-
key_path: "/path/to/key.pem"
75+
cert_file: "/path/to/cert.pem"
76+
key_file: "/path/to/key.pem"
7777
```
7878

7979
:::info

0 commit comments

Comments
 (0)