mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-14 14:09:15 +02:00
MINOR: acme: implement "reuse-key" option
The new "reuse-key" option in the "acme" section, allows to keep the private key instead of generating a new one at each renewal.
This commit is contained in:
@@ -12,6 +12,7 @@ struct acme_cfg {
|
||||
char *filename; /* config filename */
|
||||
int linenum; /* config linenum */
|
||||
char *name; /* section name */
|
||||
int reuse_key; /* do we need to renew the private key */
|
||||
char *directory; /* directory URL */
|
||||
char *map; /* storage for tokens + thumbprint */
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user