From 0ced56a155950d855dcaf9b1a27d116049c539f7 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 1 Jul 2024 15:13:08 +0200 Subject: [PATCH] doc: use openssl -verify_quiet instead of discarding stderr stderr prints useful information when openssl fails to connect to the server. Use -verify_quiet to reduce chatter a bit and still retain error messages. --- doc/soju.1.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/soju.1.scd b/doc/soju.1.scd index 00723ae..a356f96 100644 --- a/doc/soju.1.scd +++ b/doc/soju.1.scd @@ -296,7 +296,7 @@ character. of an IRC server: ``` - openssl s_client -connect irc.example.org:6697 /dev/null | openssl x509 -fingerprint -sha512 -noout -in /dev/stdin + openssl s_client -connect irc.example.org:6697 -verify_quiet