Disable account saving by default
This commit is contained in:
parent
8353396940
commit
57534d86cd
|
@ -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,
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue