# HG changeset patch # User Kim Alvefur # Date 1372435838 -7200 # Node ID 11b391eb1a2a9af9306d4ac97f07d09d8a198f86 # Parent efb2f5f8317c2ddc296cefff10efb96e6815712a mod_telnet_tlsinfo: Add page diff -r efb2f5f8317c -r 11b391eb1a2a mod_telnet_tlsinfo.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_telnet_tlsinfo.wiki Fri Jun 28 18:10:38 2013 +0200 @@ -0,0 +1,23 @@ +#summary Telnet command for showing TLS info + += Introduction = + +This module adds two commands to the telnet console, `c2s:showtls()` and +`s2s:showtls()`. These commands shows TLS parameters, such as ciphers and key +agreement protocols, of all c2s or s2s connections. + += Configuration = + +Just add the module to the `modules_enabled` list. There is no other configuration. + +{{{ + modules_enabled = { + ... + "telnet_tlsinfo"; + } +}}} + += Compatibility = + +||0.9 with LuaSec 0.5||Works|| +