How to Check the Certificate Type?

Check if a certificate is self-signed

Bash
Copy

Look for: If the Issuer and Subject fields are the same, the certificate is self-signed.

Check if it’s CA-signed

Bash
Copy

Look for: If the Issuer field contains a well-known CA (e.g., DigiCert, Let's Encrypt), it's CA-signed.

Check Certificate Chain (Intermediate CA)

Bash
Copy

Look for: Multiple certificates being displayed. The Intermediate certificates appear before the root CA in the chain.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated