use different fake-ca for travis tests

This commit is contained in:
Lukas Schauer
2015-12-17 18:22:01 +01:00
parent 7664f1c225
commit f6f7713900

View File

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