Add wildcard issuance test

This commit is contained in:
Brad Warren 2018-02-28 08:01:51 -08:00
parent a700f85741
commit 7e077d525f

View file

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