From 7e077d525fbb63061c90a6ae7cf1d6f9a38dafd3 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 28 Feb 2018 08:01:51 -0800 Subject: [PATCH] Add wildcard issuance test --- tests/boulder-integration.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh index 24d224cb0..2edbb50e0 100755 --- a/tests/boulder-integration.sh +++ b/tests/boulder-integration.sh @@ -430,6 +430,12 @@ for path in $archive $conf $live; do fi done +# Test ACMEv2-only features +if [ "${BOULDER_INTEGRATION:-v1}" = "v2" ]; then + common -a manual -d *.le4.wtf,le4.wtf --preferred-challenges dns \ + --manual-auth-hook ./tests/manual-dns-auth.sh +fi + # Most CI systems set this variable to true. # If the tests are running as part of CI, Nginx should be available. if ${CI:-false} || type nginx;