💾 Archived View for freeshell.de › tldr › openssl-s_client.gmi captured on 2023-04-20 at 00:19:34. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

openssl s_client

OpenSSL command to create TLS client connections.

More information.

openssl s_client -connect {host}:{port} 2>/dev/null | openssl x509 -noout -dates
openssl s_client -connect {host}:{port} </dev/null
openssl s_client -connect {host}:443 -showcerts </dev/null
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY