summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se (leap communications)>2019-09-17 19:03:03 -0600
committerKali Kaneko <kali@leap.se (leap communications)>2019-09-17 19:03:03 -0600
commitbc4f7b5837c9cd475858742d810023e1d9fc5d64 (patch)
tree8c112d31be3a3796288f9690ca42ba3a5268e42a /Makefile
parent5b074c62663a8fc29a1495f92f14a16e361e20f1 (diff)
add simple provider.json
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2b9fb2..06ed11c 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,8 @@ gen-shapeshifter:
scripts/gen-shapeshifter-state.py deploy/shapeshifter-state
gen-provider:
mkdir -p deploy/public/3
- python3 scripts/simplevpn.py config/demo.yaml scripts/templates/eip-service.json.jinja --obfs4_state deploy/shapeshifter-state > deploy/public/3/eip-service.json
+ python3 scripts/simplevpn.py --file=eip --config=config/demo.yaml --template=scripts/templates/eip-service.json.jinja --obfs4_state deploy/shapeshifter-state > deploy/public/3/eip-service.json
+ python3 scripts/simplevpn.py --file=provider --config=config/demo.yaml --template=scripts/templates/provider.json.jinja > deploy/public/provider.json
populate:
cp test/1/* public/1/
cp test/files/ca.crt public/