[ACME] Validate AAAA, if any, before A - fail on AAAA mismatch (LE prioritization)

This commit is contained in:
André
2018-06-26 23:10:24 +02:00
parent 5905a3919c
commit f88a72eedd
3 changed files with 182 additions and 9 deletions

View File

@@ -14,5 +14,6 @@ RUN apk add --update --no-cache \
tini
COPY docker-entrypoint.sh /srv/docker-entrypoint.sh
COPY expand6.sh /srv/expand6.sh
CMD ["/sbin/tini", "-g", "--", "/srv/docker-entrypoint.sh"]