Reload postfix and dovecot on cert renewal

closes #552

Co-authored-by: Greg Karékinian <greg@karekinian.com>
This commit is contained in:
2024-06-05 16:43:20 +02:00
parent cfb379741e
commit ff313525c8
2 changed files with 16 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ end
tls_cert_for hostname do
domain ([hostname]+extra_hostnames)
auth "gandi_dns"
deploy_hook "systemctl reload postfix.service && systemctl reload dovecot.service"
action :create
end