nerdexam
CompTIA

CAS-002 · Question #237

A security administrator is tasked with implementing two-factor authentication for the company VPN. The VPN is currently configured to authenticate VPN users against a backend RADIUS server. New…

The correct answer is E. The VPN concentrator's certificate private key must be installed on the VPN concentrator. F. The CA's certificate public key must be installed on the VPN concentrator. For PKI-based VPN two-factor authentication, the VPN concentrator must have its own private key installed and must trust the CA via its public certificate to validate user certificates without displaying errors.

Technical Integration of Enterprise Components

Question

A security administrator is tasked with implementing two-factor authentication for the company VPN. The VPN is currently configured to authenticate VPN users against a backend RADIUS server. New company policies require a second factor of authentication, and the Information Security Officer has selected PKI as the second factor. Which of the following should the security administrator configure and implement on the VPN concentrator to implement the second factor and ensure that no error messages are displayed to the user during the VPN connection? (Select TWO).

Options

  • AThe user's certificate private key must be installed on the VPN concentrator.
  • BThe CA's certificate private key must be installed on the VPN concentrator.
  • CThe user certificate private key must be signed by the CA.
  • DThe VPN concentrator's certificate private key must be signed by the CA and installed on
  • EThe VPN concentrator's certificate private key must be installed on the VPN concentrator.
  • FThe CA's certificate public key must be installed on the VPN concentrator.

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    5% (2)
  • C
    16% (7)
  • D
    7% (3)
  • E
    70% (31)

Why each option

For PKI-based VPN two-factor authentication, the VPN concentrator must have its own private key installed and must trust the CA via its public certificate to validate user certificates without displaying errors.

AThe user's certificate private key must be installed on the VPN concentrator.

User private keys must never be installed on a shared device like a VPN concentrator - each private key is unique to the individual user and its disclosure would compromise that user's entire PKI identity.

BThe CA's certificate private key must be installed on the VPN concentrator.

The CA's private key is the root of trust for the entire PKI and must never be distributed or installed on any endpoint, as its compromise would invalidate every certificate issued by that CA.

CThe user certificate private key must be signed by the CA.

User certificate signing by the CA is an enrollment prerequisite that occurs before deployment, not a configuration step performed on the VPN concentrator itself.

DThe VPN concentrator's certificate private key must be signed by the CA and installed on

While the VPN concentrator's certificate must be CA-signed, the act of signing happens during certificate enrollment - the operational configuration required on the concentrator is installing its own private key and the CA's public certificate.

EThe VPN concentrator's certificate private key must be installed on the VPN concentrator.Correct

The VPN concentrator's private key must reside on the device so it can present its CA-signed certificate to connecting clients and establish authenticated TLS sessions, which is required for the concentrator to function as a PKI-enabled endpoint.

FThe CA's certificate public key must be installed on the VPN concentrator.Correct

Installing the CA's public certificate on the VPN concentrator enables it to cryptographically validate and trust the certificates presented by users during authentication, preventing untrusted certificate errors from appearing during the VPN connection process.

Concept tested: PKI certificate configuration for VPN two-factor authentication

Source: https://learn.microsoft.com/en-us/windows-server/networking/remote-access/vpn/vpn-deploy-certs

Topics

#PKI#VPN#RADIUS#certificate management

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice