Soru

Zorluk: OrtaPublic Key Infrastructure and Certificate Management

A DevOps engineer is setting up a secure internal web endpoint for a microservice and needs to enroll it into the organization's Public Key Infrastructure (PKI). Which of the following represents the correct sequential order of operational steps required to successfully obtain and deploy an X.509 certificate, from initial key creation to final service binding?

  1. 1Generate a private key locally on the microservice host and construct a Certificate Signing Request (CSR) containing the public key and subject identity parameters.
  2. 2Submit the Certificate Signing Request (CSR) to the Certificate Authority (CA) or Registration Authority (RA) for identity validation.
  3. 3The Certificate Authority (CA) signs the request using its private key and issues the X.509 digital certificate.
  4. 4Install the signed digital certificate alongside the intermediate CA trust chain onto the microservice web engine.

Cevap

The correct operational sequence begins with local private key generation and CSR creation, followed by submitting the CSR to the CA for identity verification, receiving the CA-signed certificate, and concluding with importing the certificate and trust chain onto the web host.
The correct order follows the standard PKI lifecycle: local key generation and CSR creation must occur first, followed by CSR submission to the CA, CA signing/issuance using the CA's private key, and finally server binding with intermediate certificates included to establish the complete chain of trust.

Adım Adım Çözüm

1
Generate asymmetric keys locally and form the CSR
A secure local private key is created along with a CSR holding the matching public key and Distinguished Name (DN) properties.
The private key must remain confidential on the server while the public key and identity data are prepared for validation.
2
Submit the CSR to the CA/RA
The CA receives the enrollment request and initiates verification checks.
The Certificate Authority must verify that the requester is authorized to claim the identity specified in the request.
3
CA signing and certificate issuance
An X.509 digital certificate is generated and signed with the CA's private key.
The CA's signature binds the host's public key to its identity, establishing trust for any client that trusts the CA.
4
Server binding and intermediate chain installation
The web service presents a complete certificate path to connecting clients.
Installing the host certificate and intermediate CA bundle ensures clients can validate the full trust path back to the trusted Root CA.

Anahtar Kavram

PKI Certificate Enrollment Lifecycle
Bu soruyu puanla