Subject Alternative Name (SAN) – SSL Certificate

What is Subject Alternative Name (SAN)? SAN is an extension field in an SSL certificate that allows multiple domain names or subdomains to be listed…

Understanding Public, Private, and Self-Signed SSL Certificates

SSL certificates come in various forms, each suited to different use cases and security needs. In many cases, public SSL certificates are used for securing…

How SSL Certificate Chain Works: Understanding Full Chain Verification

How SSL Certificate Chain Works: Understanding Full Chain Verification When a server presents an SSL certificate to a client (like a web browser), it’s not…

How SSL/TLS handshake Works

In today’s digital landscape, data security is crucial, especially as we share sensitive information online. SSL (Secure Sockets Layer) certificates are foundational to that security,…

Verify SSL Certificate Using OpenSSL Tools

This guide provides instructions to verify and simulate SSL certificates using OpenSSL commands. 1. Check Individual Certificate Details: Command: openssl x509 -in my.crt -text -noout…