From 09e7027ae76cbd6392bec10c5acd4628b9a79e76 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Mon, 8 Feb 2021 15:28:18 +0200 Subject: [PATCH] Move config to abra.sh Ref coop-cloud/abra#43 --- .env.sample | 2 -- abra.sh | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 abra.sh diff --git a/.env.sample b/.env.sample index 3cfedbb..33e0e1d 100644 --- a/.env.sample +++ b/.env.sample @@ -4,8 +4,6 @@ TYPE=mailu DOMAIN=example.com LETS_ENCRYPT_ENV=production -CERTDUMPER_POST_VERSION=v1 - # Custom settings used by certdumper_post.sh and Traefik WEB_DOMAIN=example.com ACME_JSON=${LETS_ENCRYPT_ENV}-acme.json diff --git a/abra.sh b/abra.sh new file mode 100644 index 0000000..17d3f3e --- /dev/null +++ b/abra.sh @@ -0,0 +1 @@ +export CERTDUMPER_POST_VERSION=v1