/*
Customise Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorised as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

Performance cookies are used to understand and analyse the key performance indexes of the website which helps in delivering a better user experience for the visitors.

Advertisement cookies are used to provide visitors with customised advertisements based on the pages you visited previously and to analyse the effectiveness of the ad campaigns.

/*]]>*/

Superior Certification Authority

March 5, 2018

Superior Certification Authority

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