From fde205bdee595d3165345406299dbbfbf008e468 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 15 Oct 2020 15:36:46 +0200 Subject: [PATCH] Abstract out email as well --- traefik.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traefik.yml b/traefik.yml index f08f740..bebe557 100644 --- a/traefik.yml +++ b/traefik.yml @@ -37,14 +37,14 @@ ping: certificatesResolvers: staging: acme: - email: helo@autonomic.zone + email: {{ env "LETSENCRYPT_EMAIL" }} storage: /etc/letsencrypt/staging-acme.json caServer: "https://acme-staging-v02.api.letsencrypt.org/directory" httpChallenge: entryPoint: web production: acme: - email: helo@autonomic.zone + email: {{ env "LETSENCRYPT_EMAIL" }} storage: /etc/letsencrypt/production-acme.json httpChallenge: entryPoint: web