GSLC · Question #168
Which of the following is responsible for maintaining certificates in a public key infrastructure (PKI)?
The correct answer is C. Certification Authority. In PKI, the Certification Authority (CA) is the trusted third party responsible for issuing, renewing, and revoking digital certificates throughout their lifecycle.
Question
Which of the following is responsible for maintaining certificates in a public key infrastructure (PKI)?
Options
- AInternet Authentication Server
- BCertificate User
- CCertification Authority
- DDomain Controller
How the community answered
(23 responses)- B9% (2)
- C87% (20)
- D4% (1)
Why each option
In PKI, the Certification Authority (CA) is the trusted third party responsible for issuing, renewing, and revoking digital certificates throughout their lifecycle.
Internet Authentication Server (IAS) is Microsoft's legacy RADIUS-based network access authentication service used to validate remote access credentials, not an entity that issues or maintains PKI certificates.
A Certificate User is the endpoint entity that receives and presents certificates issued by the CA; it consumes trust but does not manage or maintain the certificates themselves.
A Certification Authority is the core trust anchor of any PKI deployment, responsible for issuing digital certificates that cryptographically bind a public key to an identity, maintaining certificate validity through renewals, and publishing Certificate Revocation Lists (CRLs) or supporting OCSP responses to invalidate compromised or expired certificates. Without a CA, no mechanism exists to establish chain-of-trust verification across the infrastructure.
A Domain Controller manages Active Directory directory services and Kerberos-based authentication but does not issue or maintain PKI certificates unless the Active Directory Certificate Services role is explicitly installed and configured on it.
Concept tested: Certification Authority role and responsibilities in PKI
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/active-directory-certificate-services-overview
Topics
Community Discussion
No community discussion yet for this question.