mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-10-27 06:31:23 +01: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
@ -734,8 +734,7 @@ static int cfg_postsection_acme()
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* insert into the ckchs tree */
|
ckch_store_free(store);
|
||||||
ebst_insert(&ckchs_tree, &store->node);
|
|
||||||
|
|
||||||
out:
|
out:
|
||||||
EVP_PKEY_free(key);
|
EVP_PKEY_free(key);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user