Move config to abra.sh

Ref coop-cloud/abra#43
This commit is contained in:
3wc 2021-02-08 15:28:18 +02:00
parent b7b8f45939
commit 09e7027ae7
2 changed files with 1 additions and 2 deletions

View File

@ -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

1
abra.sh Normal file
View File

@ -0,0 +1 @@
export CERTDUMPER_POST_VERSION=v1