TLS and Certificates for Web Servers
TLS covers encryption, certificate chain, and trust checks on web servers. The following OpenSSL commands cover the most important verification paths.
Check the certificate chain of a server
Inspect a certificate (local file)
Check a private key
Show a CSR
Check cipher suites and TLS versions
SNI is passed through -servername and ensures the correct host resolution on virtual hosts.
