]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: acme: remove old TODO for account key
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 29 Apr 2025 07:59:32 +0000 (09:59 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 29 Apr 2025 07:59:32 +0000 (09:59 +0200)
Remove old TODO comments about the account key.

src/acme.c

index 63fb1009adca41bc50a9e0b04172167be8e8eb33..13241a745acae00b129df8f38aeaa8a78e66e364 100644 (file)
@@ -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)) {