nerdexam
GIAC

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.

Linux and Cryptography

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)
  • A
    12% (4)
  • B
    76% (25)
  • C
    3% (1)
  • D
    9% (3)

Why each option

In PKI, the public/private key-pair is generated during the Initialization phase, before registration or certification occurs.

AKey Recovery

Key Recovery is the process of retrieving a previously generated private key from a secure archive, not the step where keys are originally created.

BInitializationCorrect

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.

CRegistration

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.

DCertification

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

#PKI#key pair generation#public key infrastructure#certificate lifecycle

Community Discussion

No community discussion yet for this question.

Full GSEC Practice