From 3ba07724dd3dee0f4858db81f273e72807e3676d Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 9 Dec 2016 17:12:35 -0800 Subject: [PATCH] use --pref-chall for dns integration --- tests/boulder-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh index 5a38f2c26..e7975454b 100755 --- a/tests/boulder-integration.sh +++ b/tests/boulder-integration.sh @@ -48,7 +48,7 @@ common certonly -a manual -d le.wtf --rsa-key-size 4096 \ --manual-auth-hook ./tests/manual-http-auth.sh \ --manual-cleanup-hook ./tests/manual-http-cleanup.sh -common certonly -a manual -d dns.le.wtf \ +common certonly -a manual -d dns.le.wtf --preferred-challenges dns-01 \ --manual-auth-hook ./tests/manual-dns-auth.sh export CSR_PATH="${root}/csr.der" KEY_PATH="${root}/key.pem" \