]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: configuration: add the "crt-store" keyword
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 6 May 2025 14:07:29 +0000 (16:07 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 6 May 2025 14:07:29 +0000 (16:07 +0200)
Add the "crt-store" keyword with its argument in the "3.12" section, so
this could be detected by haproxy-dconv has a keyword and put in the
keywords list.

Must be backported as far as 3.0

doc/configuration.txt

index 77650d7745f32a3cba7c26b2ca4857f8a3955ad5..58d7b7bf698b67d0b24b989d11c2a2a7aa779ee4 100644 (file)
@@ -5720,6 +5720,8 @@ section. It allows to configure certificate definitions and which files should
 be loaded in it. A certificate definition must be written before it is used
 elsewhere in the configuration.
 
+crt-store [<name>]
+
 The "crt-store" takes an optional name in argument. If a name is specified,
 every certificate of this store must be referenced using "@<name>/<crt>" or
 "@<name>/<alias>".