]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: add private key configuration
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 2 Apr 2025 16:52:24 +0000 (18:52 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 23:29:27 +0000 (01:29 +0200)
commitbf6a39c4d1b37d6ec1b3846408ce930d82aaab37
tree879622e8cf8e0eec253b1db97b44395de980b1c1
parent2e8c350b95620d6b23b8c31f5acb50de2733912f
MINOR: acme: add private key configuration

This commit allows to configure the generated private keys, you can
configure the keytype (RSA/ECDSA), the number of bits or the curves.

Example:

    acme LE
        uri https://acme-staging-v02.api.letsencrypt.org/directory
        account account.key
        contact foobar@example.com
        challenge HTTP-01
        keytype ECDSA
        curves P-384
include/haproxy/acme-t.h
src/acme.c