From: Michael Prokop Date: Thu, 4 Oct 2007 07:43:25 +0000 (+0200) Subject: extend openssl tip X-Git-Tag: 0.4.7~4 X-Git-Url: https://git.grml.org/?p=grml-tips.git;a=commitdiff_plain;h=42d529ed4951169521e868ba6bd35abc70de8c1a extend openssl tip --- diff --git a/debian/changelog b/debian/changelog index 1bd596f..4cea1b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ grml-tips (0.4.7) unstable; urgency=low [ Michael Prokop ] * Added tips: - dns2tcp [thanks, Moritz Augsburger!] + - extend openssl tip [ Michael Gebetsroither ] * Added tips: diff --git a/grml_tips b/grml_tips index f901a3b..66f46a5 100644 --- a/grml_tips +++ b/grml_tips @@ -2651,7 +2651,8 @@ See: man grml-terminalserver + http://grml.org/terminalserver/ -- Debugging SSL communications: -% openssl s_client -connect server.adress:993 +% openssl s_client -connect server.adress:993 > output_file +% openssl x509 -noout -text -in output_file or