client server auth via certs ok

This commit is contained in:
Bel LaPointe
2018-10-06 08:26:02 -06:00
parent 53812eeda3
commit 0ff6597b47
12 changed files with 191 additions and 106 deletions

View File

@@ -29,7 +29,7 @@ else
generate_caddyfile
fi
bash /stunnel.sh &
stunnel /etc/stunfile.conf > /stun-access.log 2>&1 &
$(which caddy) ${CADDY_OPTS} -conf ${CADDYFILE} &
pid=$!