diff options
| author | bt <bt@rctt.net> | 2026-05-24 16:59:24 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-05-24 16:59:24 +0200 |
| commit | cd925e3c7716216902f3a0ef4c333f32e5f1bdb4 (patch) | |
| tree | 542cc23810c71ad85f6c7976583bc674aedd6af4 /README.md | |
| parent | c511823ba68af4a6fa2b53c054e01f10df734851 (diff) | |
| download | solec-cd925e3c7716216902f3a0ef4c333f32e5f1bdb4.tar.gz solec-cd925e3c7716216902f3a0ef4c333f32e5f1bdb4.zip | |
[common] Update README.md
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. |
