Add store_account to AcmeDnsIssuer

This commit is contained in:
Mathias Petermann 2020-10-27 12:15:07 +01:00
parent 96fbcdaf70
commit ccf87986c0
1 changed files with 7 additions and 0 deletions

View File

@ -333,6 +333,13 @@ class ACMEHttpIssuerPlugin(IssuerPlugin):
"validation": "/^-----BEGIN CERTIFICATE-----/",
"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",
"type": "destinationSelect",