]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: jwt: Add new "add/del/show ssl jwt" CLI commands
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Thu, 2 Oct 2025 13:32:47 +0000 (15:32 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 13 Oct 2025 08:38:52 +0000 (10:38 +0200)
commitd4bb9983fa8afaf4f87c3a90f10ff409bd10ed30
tree67a5f92dd0ba208d8e596b389727e848d90b9eeb
parentdaa36adc6e416e59c077a47840acf8c127983881
MINOR: jwt: Add new "add/del/show ssl jwt" CLI commands

The new "add/del ssl jwt <file>" commands allow to change the "jwt" flag
of an already loaded certificate. It allows to delete certificates used
for JWT validation, which was not yet possible.
The "show ssl jwt" command iterates over all the ckch_stores and dumps
the ones that have the option set.
doc/configuration.txt
doc/management.txt
src/ssl_ckch.c