101 · Question #691
What is the primary function of a certificate authority?
The correct answer is D. to sign certificate signing requests. A certificate authority's primary function is to sign certificate signing requests, which is the act of issuing a digitally trusted certificate that cryptographically binds an identity to a public key.
Question
What is the primary function of a certificate authority?
Options
- Ato expire outdated certificates
- Bto verify and validate certificates
- Cto store security certificates
- Dto sign certificate signing requests
How the community answered
(18 responses)- A6% (1)
- B6% (1)
- D89% (16)
Why each option
A certificate authority's primary function is to sign certificate signing requests, which is the act of issuing a digitally trusted certificate that cryptographically binds an identity to a public key.
Expiring outdated certificates is a time-based property encoded into the certificate at issuance via the validity period field - the CA does not actively expire certificates after the fact, though it may revoke them early via CRL or OCSP.
Verifying and validating certificates in use is the role of a relying party's software or an OCSP responder, not the primary function of the CA itself.
Storing security certificates may be an operational task some CA implementations perform as a secondary service, but it is not the defining or primary function that constitutes a certificate authority.
Signing a CSR is the core operation a CA performs - it uses its own private key to sign the applicant's submitted public key and identity information, producing an issued X.509 certificate that relying parties can trust by verifying the CA's signature. This signing act is what grants the resulting certificate its authority within the PKI hierarchy and is the defining purpose that distinguishes a certificate authority from other PKI components.
Concept tested: Certificate authority primary role in signing CSRs
Source: https://www.rfc-editor.org/rfc/rfc5280
Topics
Community Discussion
No community discussion yet for this question.