Skip to content

Commit

Permalink
fix: use correct directive for lapi certs (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
GNU-Plus-Windows-User authored Jan 7, 2025
1 parent eb418da commit c45eaf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crowdsec-docs/docs/local_api/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c45eaf6

Please sign in to comment.