Disable account saving by default

This commit is contained in:
Mathias Petermann 2020-09-30 17:46:14 +02:00
parent 8353396940
commit 57534d86cd
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ class ACMEIssuerPlugin(IssuerPlugin):
"type": "bool",
"required": False,
"helpMessage": "Disable to create a new account for each ACME request",
"default": True,
"default": False,
}
]