acmetool: enable debugging

This commit is contained in:
missytake
2024-05-01 10:45:21 +02:00
parent 7ce1a5e841
commit f35d98bb40

View File

@@ -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)}"],
)