Auto-sign autodiscover and autoconfig for all domains found in mailcow - only if A records exists and matches

This commit is contained in:
andryyy
2017-06-13 23:37:48 +02:00
parent 655aa9594e
commit 0fd0cff8ac
2 changed files with 39 additions and 16 deletions

View File

@@ -7,7 +7,8 @@ RUN apk add --update --no-cache \
acme-client \
curl \
openssl \
bind-tools
bind-tools \
mariadb-client
COPY docker-entrypoint.sh /srv/docker-entrypoint.sh