From 6ba23c4e3de16181857d5703198d2e817928f1ba Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 29 Jan 2020 12:46:23 -0600 Subject: fixes after review --- chaperone.d/vpnweb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chaperone.d') diff --git a/chaperone.d/vpnweb.conf b/chaperone.d/vpnweb.conf index 1c10f09..7b7bd4a 100644 --- a/chaperone.d/vpnweb.conf +++ b/chaperone.d/vpnweb.conf @@ -1,4 +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 }'", + 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} }'", exit_kills: false } -- cgit v1.2.3