Skip to content
Futurex Tops ABI Competitive Report as #1 Innovator!
  • There are no suggestions because the search field is empty.
Futurex Tops ABI Competitive Report as #1 Innovator!

PKI Components Explained: CAs, Certificates, and Keys

Last updated: August 21, 2026

Share:

A public key infrastructure can issue thousands of certificates and still fail at the moment trust matters. The cause is rarely one missing product. It is usually a broken connection between identity, keys, policy, issuance, and validation.

Public key infrastructure, or PKI, combines people, policies, processes, and technology.

Together, they create and govern digital identities. Certificate authorities, registration authorities, digital certificates, and cryptographic keys form the foundation. Repositories, revocation services, trust stores, and relying parties keep that foundation working.

This guide explains each PKI component, how the components interact, and where architecture decisions create operational risk.

Quick answer: PKI turns a verified identity and a public key into a certificate that other systems can evaluate. Trust depends on the complete process, from enrollment through revocation.

 

What are the main components of PKI?

PKI components divide responsibility across identity verification, certificate issuance, key protection, publication, and trust decisions. No single component creates trust alone. Each component supplies evidence or control to the next.

Component

Primary role

Risk when weak

Registration authority

Verifies identity and authorization

Unauthorized certificate requests

Certificate authority

Issues and signs certificates

Fraudulent or misgoverned issuance

Digital certificate

Binds an identity to a public key

Invalid or ambiguous trust claims

Cryptographic keys

Support signing, verification, encryption, or decryption

Impersonation or data exposure

Repository and status services

Publish certificates and status information

Stale or unavailable trust data

Relying party and trust store

Validate a chain against trusted anchors

Incorrect trust decisions

Policies and lifecycle controls

Define issuance, renewal, revocation, and audit rules

Inconsistent operations and weak accountability

How do PKI components work together?

A certificate becomes useful only after several independent actions succeed. The exact workflow varies by certificate type, policy, protocol, and deployment.

  1. A requester generates or receives a key pair. The private key remains under the control of its owner or the designated cryptographic system.
  2. The requester submits an enrollment request. A certificate signing request can carry the public key and requested identity attributes.
  3. The registration authority verifies the request. It applies identity, authorization, and policy checks before approval.
  4. The certificate authority signs the certificate. The issued certificate binds the approved identity to the public key.
  5. A repository or enrollment system distributes the certificate. Applications can install it with the required certificate chain.
  6. A relying party validates the certificate. It evaluates the trust path, dates, usage, identity, policy, and status.
  7. Lifecycle services renew or revoke the certificate. They respond to expiration, compromise, ownership changes, or policy changes.

Certificate authority: The issuer within the trust hierarchy

A certificate authority, or CA, issues and signs digital certificates under defined policies. Enterprise PKI often separates root and issuing functions.

Root certificate authority

The root CA sits at the top of a certificate hierarchy. Its key establishes the trust anchor for subordinate authorities. Many private PKI designs keep the root CA offline and use it for limited signing events.

Offline operation reduces network exposure. It does not remove the need for physical controls, access controls, ceremonies, audit records, backups, and recovery procedures.

Issuing a certificate authority

An issuing CA handles routine certificate issuance. A root or intermediate CA signs its certificate. Separating these roles limits direct use of the root key and supports different policies across workloads.

Registration authority: The identity and approval layer

A registration authority (RA) evaluates whether a requester is eligible to receive a certificate. It can verify people, devices, services, applications, or other machine identities.

The RA may review identity evidence, validate certificate signing requests, apply approval rules, and initiate revocation. Some deployments separate RA and CA operations. Others combine them through governed workflows.

The important control is accountability. The architecture should show who verifies identity, who approves issuance, and who can override policy.

Digital certificates: The trust statement

A digital certificate binds a public key to an identified subject. The CA signature allows a relying party to verify whether a trusted issuer created the certificate.

An X.509 certificate commonly contains:

  • The subject and issuer names
  • The subject public key and algorithm information
  • A unique serial number
  • The validity period
  • Key usage and extended key usage extensions
  • Constraints, policies, and alternative names
  • The issuing CA's digital signature

A certificate is evidence, rather than a permanent guarantee. The relying party still evaluates dates, intended usage, certificate status, and the trust path.

Certificate periods also depend on the trust model. Publicly trusted TLS certificates follow CA/Browser Forum requirements. Private PKI certificates follow internal policy and applicable industry requirements.

Cryptographic keys: The capability behind the certificate

PKI commonly uses asymmetric key pairs. The public key can be distributed. The private key remains under the control of its owner or a cryptographic service.

For digital signatures, the private key creates the signature, and the public key verifies it. For encryption, a public key can protect data that the corresponding private key can decrypt.

These functions create different compromise risks. A stolen signing key can support impersonation. A stolen decryption key can expose protected data. A compromised CA key can support fraudulent certificate issuance.

Hardware data protection matters most for high-value private keys. HSMs can generate, store, and use keys within controlled cryptographic boundaries. The buyer must confirm the applicable product, validation, configuration, and operating model.

The overlooked components that keep PKI operating

Certificate repositories

Repositories make certificates, chains, and related information available to enrollment systems, administrators, and relying parties.

Revocation and certificate-status services

A CA can revoke a certificate before its expiration date. Certificate revocation lists and supported status services provide status information. Relying parties must decide how to obtain and evaluate that information.

Trust stores and relying parties

A trust store contains selected trust anchors. A relying party uses those anchors when validating a certificate path. The distribution and removal of root certificates are, therefore, governance decisions.

Certificate policies and lifecycle controls

Certificate policies define acceptable identities, algorithms, key sizes, validity periods, approvals, and usage. Lifecycle controls apply those rules across enrollment, renewal, replacement, revocation, audit, and retirement.

Why PKI architecture matters more than the component list

Unpopular but true: buying an HSM does not create a sound PKI. The HSM protects selected keys and cryptographic operations. The wider architecture still governs identity, policy, issuance, validation, and recovery.

PKI leaders should ask five architecture questions:

  • Which identities and workloads need certificates?
  • Who verifies requests and approves exceptions?
  • Where do CA and end-entity private keys operate?
  • How do applications obtain trust anchors and certificate status information?
  • How quickly can the team replace or revoke certificates after a change?

The answers reveal whether the PKI operates as a single, governed trust system or as several disconnected certificate tools.

How Futurex supports PKI and certificate authority operations

Futurex supports HSM-backed root and issuing certificate authorities, offline root architectures, certificate issuance and validation, lifecycle workflows, and certificate-status services.

CryptoHub is a unified cryptographic management and orchestration platform. It brings PKI and CA workflows together with policy, monitoring, automation, enterprise key management, and data protection across supported environments.

This architecture helps teams evaluate PKI within the broader cryptographic estate. That matters when certificates span data centers, cloud services, applications, devices, and software delivery workflows.

Explore Futurex PKI and Certificate Authority capabilities, or review the offline Root CA architecture.

 

 

FAQS

What are the main components of PKI?

The foundation includes CAs, RAs, digital certificates, and cryptographic keys. Operational PKI also needs policies, repositories, status services, trust stores, relying parties, and lifecycle controls.

Is a certificate authority the same as PKI?

No. A CA issues and signs certificates. PKI is the larger system governing identity, keys, policies, certificates, validation, and lifecycle operations.

What does a registration authority do?

 An RA verifies identity and authorization before issuing a certificate. Its exact responsibilities depend on the policy and enrollment architecture.

Why use an HSM in PKI?

An HSM can protect high-value private keys and perform cryptographic operations within a controlled boundary. Product scope and validation must match the deployment. 

What happens when a certificate is revoked?

The CA records the certificate as revoked. Relying parties can evaluate published status information before accepting the certificate. 

Share: