mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 12:58:04 +00:00
acmetool: enable debugging
This commit is contained in:
@@ -71,5 +71,5 @@ def deploy_acmetool(email="", domains=[]):
|
|||||||
|
|
||||||
server.shell(
|
server.shell(
|
||||||
name=f"Request certificate for: { ', '.join(domains) }",
|
name=f"Request certificate for: { ', '.join(domains) }",
|
||||||
commands=[f"acmetool want { ' '.join(domains)}"],
|
commands=[f"acmetool want --xlog.severity=debug { ' '.join(domains)}"],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user