Commit f6f77139 authored by Lukas Schauer's avatar Lukas Schauer

use different fake-ca for travis tests

parent 7664f1c2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment