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.

VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
  Last updated