Public key infrastructure
Overview
Public-key cryptography
Public key certificate
Digital signature
X.509
Certificate authority
Tools
Tasks
Displaying a remote SSL certificate details
echo | openssl s_client -showcerts -servername gnupg.org -connect gnupg.org:443 2>/dev/null | openssl x509 -inform pem -noout -text