]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: acme: don't insert acme account key in ckchs_tree
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Oct 2025 08:58:22 +0000 (10:58 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Oct 2025 09:01:58 +0000 (11:01 +0200)
commit9344ecaade58b970a50c3ae8b1a69f84740a59ff
treea9692bf4dcd8e4d3df1333b50aa613dfb572412b
parent914538cd399835a6c63cb3c8a1dd0dbd81431dfb
MEDIUM: acme: don't insert acme account key in ckchs_tree

Don't insert the acme account key in the ckchs_tree anymore. ckch_store
are not made to only include a private key. CLI operations are not
possible with them either. That doesn't make much sense to keep it that
way until we rework the ckch_store.
src/acme.c