summaryrefslogtreecommitdiff
path: root/chaperone.d/vpnweb.conf
diff options
context:
space:
mode:
authormicah <micah@riseup.net>2020-01-07 11:55:38 -0800
committermicah <micah@riseup.net>2020-01-07 11:55:38 -0800
commit4015be99fe478285944ea81d01f37d2f75b04158 (patch)
tree9d63709f2a253b94e98b3d1c66b1af488746fa3c /chaperone.d/vpnweb.conf
parent7211d6a8cf4c0e6c1686cbf1df2d5b867f577f88 (diff)
parentbb8d96ba79450659c0a459e86647eb0e998fea99 (diff)
Merge branch 'chaperone' into 'master'
Add a Dockerfile and gitlab-ci See merge request leap/vpnweb!3
Diffstat (limited to 'chaperone.d/vpnweb.conf')
-rw-r--r--chaperone.d/vpnweb.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/chaperone.d/vpnweb.conf b/chaperone.d/vpnweb.conf
new file mode 100644
index 0000000..1c10f09
--- /dev/null
+++ b/chaperone.d/vpnweb.conf
@@ -0,0 +1,4 @@
+vpnweb-server.service: {
+ command: "/bin/sh -c 'exec /usr/local/bin/vpnweb -caCrt ${CLIENT_CA.CRT:-/etc/leap/ca/client_ca.crt} -caKey ${CLIENT_CA.KEY:-/etc/leap/ca/client_ca.key} -notls }'",
+ exit_kills: false
+}