From: William Lallemand Date: Tue, 29 Apr 2025 07:59:32 +0000 (+0200) Subject: CLEANUP: acme: remove old TODO for account key X-Git-Tag: v3.2-dev13~52 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=582614e1b20263159ef81d9bb636cc2cf3af4e78;p=thirdparty%2Fhaproxy.git CLEANUP: acme: remove old TODO for account key Remove old TODO comments about the account key. --- diff --git a/src/acme.c b/src/acme.c index 63fb1009a..13241a745 100644 --- a/src/acme.c +++ b/src/acme.c @@ -401,10 +401,6 @@ static int cfg_postsection_acme() char store_path[PATH_MAX]; /* complete path with crt_base */ struct stat st; - /* TODO: generate a key at startup and dumps on the filesystem - * TODO: use the standard ckch loading for the account key (need a store with only a key) - */ - /* if account key filename is unspecified, choose a filename for it */ if (!cur_acme->account.file) { if (!memprintf(&cur_acme->account.file, "%s.account.key", cur_acme->name)) {