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

@@ -7,6 +7,8 @@ docker build -t caddsies .
docker run --rm -it \
-p 2018:2018 \
-v $(pwd)/caddyfile:/etc/caddy/Caddyfile \
-v $(pwd)/caddsiesserver.crt:/etc/server.crt \
-v $(pwd)/caddsiesserver.key:/etc/server.key \
-v $(pwd)/stunfile:/etc/stunfile.conf \
-v $(pwd)/stunserver.crt:/etc/stunserver.crt \
-v $(pwd)/stunserver.key:/etc/stunserver.key \
-v $(pwd)/stunclient.crt:/etc/stunclient.crt \
caddsies:latest