mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Add wildcard issuance test
This commit is contained in:
parent
a700f85741
commit
7e077d525f
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue