367
|
1 #summary Telnet command for showing TLS info |
|
2 |
|
3 = Introduction = |
|
4 |
|
5 This module adds two commands to the telnet console, `c2s:showtls()` and |
|
6 `s2s:showtls()`. These commands shows TLS parameters, such as ciphers and key |
|
7 agreement protocols, of all c2s or s2s connections. |
|
8 |
|
9 = Configuration = |
|
10 |
|
11 Just add the module to the `modules_enabled` list. There is no other configuration. |
|
12 |
|
13 {{{ |
|
14 modules_enabled = { |
|
15 ... |
|
16 "telnet_tlsinfo"; |
|
17 } |
|
18 }}} |
|
19 |
|
20 = Compatibility = |
|
21 |
|
22 ||0.9 with LuaSec 0.5||Works|| |
|
23 |