← All Kali Commands
🔐 Cryptography OpenSSL

Show cert chain

OpenSSL command for show cert chain. Copy the command below and use it in your terminal.

openssl — terminal
┌──(kali㉿kali)-[~]
└─$
openssl s_client -connect target:443 -showcerts
Tool
OpenSSL
Category
Cryptography
Purpose
Show cert chain

🛡️ Usage Tips

  • Always ensure you have proper authorization before using OpenSSL against any target
  • Replace target with the actual IP address or hostname you are testing
  • Run this command from a Kali Linux terminal or any system with OpenSSL installed
  • Combine with other OpenSSL commands for more comprehensive results
  • Pipe output to a file with > output.txt for later analysis

🔐 Other Cryptography Tools