Superior Certification Authority

March 5, 2018

You are here:
< Back

In a hierarchical PKI, a Certification Authority who has certified the certificate signature key of another CA, and who constrains the activities of that CA.
SOURCE: SP 800-32; CNSSI-4009

A Certificate Authority (CA) is a trusted entity that verifies the digital identities of people, businesses, and websitesCAs issue digital certificates that authenticate the identities of parties involved in online transactions. 

How do CAs work?

  • CAs use cryptographic assets to validate digital identities
  • CAs can manage, revoke, and renew certificates
  • CAs help establish trust in the digital realm by safeguarding sensitive information

What is CA hierarchy?

  • A CA hierarchy starts with the root CA at the top
  • The root CA issues certificates to intermediate CAs
  • Intermediate CAs issue certificates to other CAs or sign end entity certificates
Examples of CAs Actalis, Certum, and Verisign. cybersecurity best practices cyber risk assessment define rmm insurance compliance regulatory
Creating your own CA 
  • You can create your own CA using OpenSSL
  • The steps include:
    1. Create the root key
    2. Create a root certificate and self-sign it
    3. Create the certificate’s key
    4. Create the CSR (Certificate Signing Request)
    5. Generate the certificate
    6. Verify the certificate