From 9c0b0f6560906093430c2707e7fa5e42f2e37251 Mon Sep 17 00:00:00 2001 From: Hugo Peixoto Date: Sun, 6 Mar 2022 20:00:55 +0000 Subject: [PATCH] =?UTF-8?q?Usa=20o=20endere=C3=A7o=20de=20contacto=20webma?= =?UTF-8?q?ster@ansol.org?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ha_new_cert.sh | 2 +- roles/fail2ban/templates/default.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/ha_new_cert.sh b/files/ha_new_cert.sh index 2f5317c..b9ab8a0 100644 --- a/files/ha_new_cert.sh +++ b/files/ha_new_cert.sh @@ -5,7 +5,7 @@ set -e sudo certbot certonly --standalone -d "$1" \ --non-interactive \ --agree-tos \ - --email contacto@ansol.org \ + --email webmaster@ansol.org \ --preferred-challenges http \ --http-01-address 127.0.0.1 \ --http-01-port 8888 \ diff --git a/roles/fail2ban/templates/default.j2 b/roles/fail2ban/templates/default.j2 index 8366acf..8debb57 100644 --- a/roles/fail2ban/templates/default.j2 +++ b/roles/fail2ban/templates/default.j2 @@ -5,7 +5,7 @@ findtime = 86400 ; 1 day maxretry = 3 backend = auto usedns = warn -destemail = direccao@ansol.org +destemail = webmaster@ansol.org sendername = Fail2Ban banaction = iptables-multiport mta = sendmail