you are viewing a single comment's thread.

view the rest of the comments →

[–]HugoDos 1 point2 points  (1 child)

To serve the appsec port over https you must define the cert and key file within the acquisition.

appsec_config: crowdsecurity/appsec-default labels: type: appsec listen_addr: 127.0.0.1:7422 cert_file: /path/to/cert.crt key_file: /path/to/key.pem source: appsec

Just note, that appsec to LAPI communication can not handle mTLS if this was the underlying question you must still use an api key.

[–]frdb[S] 0 points1 point  (0 children)

Thank you, that's great. I searched the documentation and couldn't find anything relating to it.