acmetool: enable debugging
This commit is contained in:
parent
7ce1a5e841
commit
f35d98bb40
@ -71,5 +71,5 @@ def deploy_acmetool(email="", domains=[]):
|
||||
|
||||
server.shell(
|
||||
name=f"Request certificate for: { ', '.join(domains) }",
|
||||
commands=[f"acmetool want { ' '.join(domains)}"],
|
||||
commands=[f"acmetool want --xlog.severity=debug { ' '.join(domains)}"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user