nerdexam
F5

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.

Section 4: Security Basics

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)
  • A
    6% (1)
  • B
    6% (1)
  • D
    89% (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.

Ato expire outdated certificates

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.

Bto verify and validate certificates

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.

Cto store security certificates

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.

Dto sign certificate signing requestsCorrect

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

#certificate authority#PKI#certificate signing requests#SSL/TLS

Community Discussion

No community discussion yet for this question.

Full 101 Practice