]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: explain where tls.store stores certificates
authorPhilippe Antoine <pantoine@oisf.net>
Fri, 5 May 2023 15:00:11 +0000 (17:00 +0200)
committerVictor Julien <vjulien@oisf.net>
Sat, 6 May 2023 15:38:55 +0000 (17:38 +0200)
By adding a reference/link to the doc about the suricata.yaml
config section pecifying the directory where the certificates
are stored

doc/userguide/configuration/suricata-yaml.rst
doc/userguide/rules/tls-keywords.rst

index 6da5b46d6218d58bc158bddb2bf47fb8bcc9ef0e..c91ddbe3cae72315b80dcbf4d53141e2b0ffe1d4 100644 (file)
@@ -388,6 +388,8 @@ For more advanced configuration options, see :ref:`Eve JSON Output <eve-json-out
 
 The format is documented in :ref:`Eve JSON Format <eve-json-format>`.
 
+.. _suricata-yaml-outputs-tls:
+
 TLS parameters and certificates logging (tls.log)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
index 5f6dab8b31c7e28da5484e78af9e8564b99391ef..9d83b681949286dc7593f464b031474b1c99a4f5 100644 (file)
@@ -229,7 +229,8 @@ The tls.fingerprint buffer is lower case so you must use lower case letters for
 tls.store
 ---------
 
-store TLS/SSL certificate on disk
+store TLS/SSL certificate on disk.
+The location can be specified in the `output.tls-store.certs-log-dir` parameter of the yaml configuration file, cf :ref:`suricata-yaml-outputs-tls`..
 
 ssl_state
 ---------