GSEC · Question #97
During which of the following steps is the public/private key-pair generated for Public Key Infrastructure (PKI)?
The correct answer is B. Initialization. In PKI, the public/private key-pair is generated during the Initialization phase, before registration or certification occurs.
Question
During which of the following steps is the public/private key-pair generated for Public Key Infrastructure (PKI)?
Options
- AKey Recovery
- BInitialization
- CRegistration
- DCertification
How the community answered
(33 responses)- A12% (4)
- B76% (25)
- C3% (1)
- D9% (3)
Why each option
In PKI, the public/private key-pair is generated during the Initialization phase, before registration or certification occurs.
Key Recovery is the process of retrieving a previously generated private key from a secure archive, not the step where keys are originally created.
During the Initialization phase of PKI, the entity generates its cryptographic key pair consisting of a public and private key. This step must occur first so the public key can be submitted during Registration and later signed by a Certificate Authority during the Certification phase.
Registration is the step where the entity submits identity information and its public key to a Registration Authority, not where the key pair is generated.
Certification is the step where the Certificate Authority signs and issues the digital certificate binding the public key to the entity's identity.
Concept tested: PKI lifecycle phases and key generation
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.