nerdexam
CompTIA

SK0-004 · Question #423

A systems administrator needs to configure the company's web server to authenticate using PKI certificates. Which of the following servers would be queried to validate user credentials?

The correct answer is C. Certificate authority. PKI certificate authentication requires querying a Certificate Authority to validate the authenticity and status of a digital certificate.

Security and disaster recovery

Question

A systems administrator needs to configure the company's web server to authenticate using PKI certificates. Which of the following servers would be queried to validate user credentials?

Options

  • ADHCP server
  • BDNS server
  • CCertificate authority
  • DACL on web server
  • ELDAP server

How the community answered

(65 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    94% (61)
  • D
    3% (2)

Why each option

PKI certificate authentication requires querying a Certificate Authority to validate the authenticity and status of a digital certificate.

ADHCP server

A DHCP server dynamically assigns IP addresses to hosts and has no role in authenticating or validating PKI certificates.

BDNS server

A DNS server resolves hostnames to IP addresses and does not participate in PKI certificate validation.

CCertificate authorityCorrect

A Certificate Authority (CA) is the trusted entity that issues, signs, and maintains the revocation status of PKI certificates. When a web server is configured for certificate-based authentication, it queries the CA (via CRL or OCSP) to verify that a presented certificate is valid, not expired, and not revoked. This is the core function of a CA in a PKI infrastructure.

DACL on web server

An ACL on the web server controls access based on IP addresses or rules but does not validate the cryptographic authenticity of a PKI certificate.

ELDAP server

An LDAP server stores and retrieves directory information such as usernames and passwords but is not queried to validate PKI certificate credentials.

Concept tested: PKI certificate validation via Certificate Authority

Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/active-directory-certificate-services-overview

Topics

#PKI#certificate authority#authentication#web server security

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice