| Component | Description |
|---|---|
| CA private key | Used to sign certificates |
| CA public key | Embedded in its own certificate for verifying the signatures |
| Digital certificates | Bind an entity’s identity to its public key |
| Certificate Signing Request (CSR) | A request submitted by an entity seeking a digital certificate |
| Registration Authority (RA) | Assists the CA by validating entities’ identities |
Futurex Online Issuing CA
Fundamental components of an Issuing CA
Conceptual overview of core components and roles in an Issuing CA architecture.
An Issuing Certification Authority (CA), part of the hierarchical Public Key Infrastructure (PKI) structure, plays a crucial role in managing and verifying digital certificates. It is entrusted with issuing, validating, and revoking digital certificates.
The process begins when an entity, a person or a system, generates a pair of cryptographic keys and sends a Certificate Signing Request (CSR) containing the public key and some identifying information to the CA. The CA validates the authenticity of the request and the identity of the requester and then uses its private key to sign the public key of the entity, creating a digital certificate. This digital certificate, acting as a form of digital ID, can then be shared publicly to establish the identity of the entity and the authenticity of its public key.
An Issuing CA relies on various elements to function effectively within a PKI. Each component plays a unique role in creating, managing, and verifying digital certificates. The key components of an Issuing CA include the following elements:

