summaryrefslogtreecommitdiff
path: root/chaperone.d
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-01-29 12:46:23 -0600
committerkali kaneko (leap communications) <kali@leap.se>2020-01-29 12:46:23 -0600
commit6ba23c4e3de16181857d5703198d2e817928f1ba (patch)
tree05e4fab5dcfeaf45e4fbe9db1437ee7fcd86cdcb /chaperone.d
parent0c15f2abae7bddbf3311d83aca33aca1aa5761c8 (diff)
fixes after review
Diffstat (limited to 'chaperone.d')
-rw-r--r--chaperone.d/vpnweb.conf2
1 files changed, 1 insertions, 1 deletions
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
}