Add store_account to AcmeDnsIssuer
This commit is contained in:
parent
96fbcdaf70
commit
ccf87986c0
|
@ -333,6 +333,13 @@ class ACMEHttpIssuerPlugin(IssuerPlugin):
|
||||||
"validation": "/^-----BEGIN CERTIFICATE-----/",
|
"validation": "/^-----BEGIN CERTIFICATE-----/",
|
||||||
"helpMessage": "Certificate to use",
|
"helpMessage": "Certificate to use",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "store_account",
|
||||||
|
"type": "bool",
|
||||||
|
"required": False,
|
||||||
|
"helpMessage": "Disable to create a new account for each ACME request",
|
||||||
|
"default": False,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "tokenDestination",
|
"name": "tokenDestination",
|
||||||
"type": "destinationSelect",
|
"type": "destinationSelect",
|
||||||
|
|
Loading…
Reference in New Issue