Question 1 · Difficulty 2/5
Which of the following best describes the purpose of a Certificate Authority (CA) in a Public Key Infrastructure (PKI)? (Select the best answer.)
Show answer & explanation
Correct answer: B
It issues and digitally signs digital certificates to bind public keys to verified identities.
A Certificate Authority (CA) is the trusted third party in a PKI whose core function is to issue and digitally sign X.509 certificates, binding a public key to a verified identity (person, device, or service). The CA does not perform symmetric encryption on behalf of endpoints, that is negotiated between communicating parties during a handshake (e.g., TLS). CAs do not generate or distribute private keys; private keys are generated locally by the entity and must never leave the endpoint. Maintaining TLS session logs is a network monitoring or SIEM function, not a PKI CA function.