From ca54091a8a7e9ea49866e70d2557b2c0989d2167 Mon Sep 17 00:00:00 2001 From: Nicola Squartini Date: Mon, 30 Oct 2023 14:47:02 +0100 Subject: [PATCH] chore: change email for ACME certificates --- system/common-cert-manager-issuers.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/common-cert-manager-issuers.yaml b/system/common-cert-manager-issuers.yaml index 48d02c8..9d7c7bd 100644 --- a/system/common-cert-manager-issuers.yaml +++ b/system/common-cert-manager-issuers.yaml @@ -14,7 +14,7 @@ spec: # The ACME server URL server: https://acme-staging-v02.api.letsencrypt.org/directory # Email address used for ACME registration - email: amministrazione@teamdigitale.governo.it + email: amministrazione@innovazione.gov.it # Name of a secret used to store the ACME account private key privateKeySecretRef: name: letsencrypt-staging @@ -36,7 +36,7 @@ spec: # The ACME server URL server: https://acme-v02.api.letsencrypt.org/directory # Email address used for ACME registration - email: amministrazione@teamdigitale.governo.it + email: amministrazione@innovazione.gov.it # Name of a secret used to store the ACME account private key privateKeySecretRef: name: letsencrypt-prod