comparison mod_telnet_tlsinfo.wiki @ 367:11b391eb1a2a

mod_telnet_tlsinfo: Add page
author Kim Alvefur <zash@zash.se>
date Fri, 28 Jun 2013 18:10:38 +0200
parents
children b95d737dc014
comparison
equal deleted inserted replaced
366:efb2f5f8317c 367:11b391eb1a2a
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