From cd925e3c7716216902f3a0ef4c333f32e5f1bdb4 Mon Sep 17 00:00:00 2001 From: bt Date: Sun, 24 May 2026 16:59:24 +0200 Subject: [common] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- cgit v1.2.3