openssl-s_client
Verified for current stable LTS
Openssl S Client Command: Display Certificate Chain
Use for display certificate chain with Openssl S Client. Exact CLI syntax to display certificate chain using Openssl S Client.
When to use this: Use for display certificate chain with Openssl S Client.
Command Syntax
openssl < /dev/null s_client -connect <host>:443 -showcerts openssl < /dev/null s_client -connect <host>:443 -showcerts Command Breakdown
-connect- Command Option
- Tool-specific option used by this command invocation.
-showcerts- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to display certificate chain using Openssl S Client.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Openssl S Client Command: Display Certificate Dates
openssl s_client -connect <host>:<port> 2>/dev/null | openssl x509 -noout -dates Openssl S Client Command: Display Server Certificate openssl < /dev/null s_client -connect <host>:<port> Openssl S Client Command: Set Sni Connection openssl s_client -connect <host>:<port> -servername <hostname> Axel Command: Download With Connections axel -n <number> <url> Axel Command: Download With Specific Number Connections axel -n <number> <url>