summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se (leap communications)>2019-07-08 18:27:11 +0200
committerKali Kaneko <kali@leap.se (leap communications)>2019-07-08 18:27:11 +0200
commit8d1f2ceadac382c6ea42ee3e29633cf99de1a58d (patch)
treeb3b32da98ea2c27aa58fa17bf0a596bf5714b477 /Makefile
parent638ff1ddac9d45ad442e78bd698a39fa3469eb6d (diff)
generate eip-service.json
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b8fe777..023972c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,11 @@ demo:
clean:
rm -f public/1/*
rm public/ca.crt
+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 --obfs4_state deploy/shapeshifter-state > deploy/public/3/eip-service.json
populate:
cp test/1/* public/1/
cp test/files/ca.crt public/