mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 14:17:30 -04:00
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.
This commit is contained in:
parent
914538cd39
commit
9344ecaade
1 changed files with 1 additions and 2 deletions
|
|
@ -734,8 +734,7 @@ static int cfg_postsection_acme()
|
|||
goto out;
|
||||
}
|
||||
|
||||
/* insert into the ckchs tree */
|
||||
ebst_insert(&ckchs_tree, &store->node);
|
||||
ckch_store_free(store);
|
||||
|
||||
out:
|
||||
EVP_PKEY_free(key);
|
||||
|
|
|
|||
Loading…
Reference in a new issue