diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |
