summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-05-24 16:59:24 +0200
committerbt <bt@rctt.net>2026-05-24 16:59:24 +0200
commitcd925e3c7716216902f3a0ef4c333f32e5f1bdb4 (patch)
tree542cc23810c71ad85f6c7976583bc674aedd6af4
parentc511823ba68af4a6fa2b53c054e01f10df734851 (diff)
downloadsolec-cd925e3c7716216902f3a0ef4c333f32e5f1bdb4.tar.gz
solec-cd925e3c7716216902f3a0ef4c333f32e5f1bdb4.zip
[common] Update 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.