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.
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)- A2% (1)
- B2% (1)
- C94% (61)
- D3% (2)
Why each option
PKI certificate authentication requires querying a Certificate Authority to validate the authenticity and status of a digital certificate.
A DHCP server dynamically assigns IP addresses to hosts and has no role in authenticating or validating PKI certificates.
A DNS server resolves hostnames to IP addresses and does not participate in PKI certificate validation.
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.
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.
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
Community Discussion
No community discussion yet for this question.