summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0212a23..13965f3 100644
--- a/README.md
+++ b/README.md
@@ -32,3 +32,13 @@ After building foked KSC use `./tools/build_spec.sh` to build the plugin and the
it into Wireshark plugins directory.
There is a problem with dissecting specific payloads.
+
+## TLS
+
+To enable TLS start daemon with following flags:
+
+`solecd -tls -tls-cert cert.pem -tls-key key.pem`
+
+For testing you can use `tools/key-gen.sh` and `/tools/run-tls.sh`.
+
+Client have to be started with `-tls` flag or `-tls -tls-insescure` if the key is self signed.