From: Lukas Schauer Date: Thu, 17 Dec 2015 17:22:01 +0000 (+0100) Subject: use different fake-ca for travis tests X-Git-Tag: v0.1.0~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6f7713900ba9375c8c0da91374d0f0acefb5495;p=thirdparty%2Fdehydrated.git use different fake-ca for travis tests --- diff --git a/test.sh b/test.sh index 43d08eb..414d871 100755 --- a/test.sh +++ b/test.sh @@ -92,7 +92,8 @@ mkdir -p .acme-challenges/.well-known/acme-challenge ) & # Generate config and create empty domains.txt -echo 'CA="https://acme-staging.api.letsencrypt.org/directory"' > config.sh +echo 'CA="https://testca.kurz.pw/directory"' > config.sh +echo 'LICENSE="https://testca.kurz.pw/terms/v1"' >> config.sh echo 'WELLKNOWN=".acme-challenges/.well-known/acme-challenge"' >> config.sh touch domains.txt