Hello to the Suricata community,
Running :
- Suricata version 7.0.11 RELEASE
- installed from packages on Oracle Linux 9.6 and Debian 13
Topic:
I would like to collect the certificate data via the tls store feature. The suricata.yaml file has been configured as follows (extract) :
- tls-log:
enabled: yes # Log TLS connections.
filename: tls.log # File to store TLS logs.
- tls-store:
enabled: yes
certs-log-dir: /var/log/suricata/certs # directory to store the certificates files
As a result, the certs folder has been created but no certificate data are being collected.
Steps done (on both OL9 and Debian 13):
Having tried relative path “certs” and full path for the name of the folder, checked permissions, which are as follows (extract) :
$ ls -lh /var/log/suricata/
total 86M
drwxr-x---. 2 suricata suricata 4.0K Aug 27 18:04 certs
-rw-rw-r--. 1 suricata suricata 21M Aug 29 16:39 eve.json
...
Any suggestion please ?
Kind regards.