nerdexam
CompTIA

CAS-001 · Question #531

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. To add PKI as a second authentication factor on a VPN concentrator without certificate errors, the concentrator must host its own private key and the CA's public certificate to both authenticate itself and validate user certificates.

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 the VPN
  • 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

(50 responses)
  • A
    2% (1)
  • B
    10% (5)
  • C
    4% (2)
  • D
    18% (9)
  • E
    66% (33)

Why each option

To add PKI as a second authentication factor on a VPN concentrator without certificate errors, the concentrator must host its own private key and the CA's public certificate to both authenticate itself and validate user certificates.

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

A user's private key must remain exclusively under that user's control and must never be copied to the VPN concentrator; distributing it would compromise the entire premise of asymmetric PKI security.

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

The CA's private key is the most sensitive asset in a PKI and must never leave the CA infrastructure; installing it on the VPN concentrator would represent a catastrophic security compromise.

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

In PKI, it is the certificate (the document containing the public key) that is digitally signed by the CA - not the private key; private keys are generated locally and are never signed by any authority.

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

While the VPN concentrator's certificate is correctly signed by the CA, the option incorrectly states that the private key is signed by the CA; the private key is never signed, and only the certificate containing the corresponding public key receives the CA signature.

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

The VPN concentrator must have its own certificate's private key installed locally so it can perform the cryptographic operations required to authenticate itself to connecting VPN clients during the TLS/SSL handshake.

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

Installing the CA's public certificate (root or intermediate CA cert) on the VPN concentrator enables it to verify the chain of trust for user certificates presented during authentication, preventing untrusted certificate error messages from appearing to users.

Concept tested: PKI certificate and private key deployment on VPN concentrator

Source: https://www.cisco.com/c/en/us/td/docs/security/asa/asa96/configuration/vpn/asa-96-vpn-config/vpn-cert-management.html

Topics

#PKI#VPN#two-factor authentication#certificate configuration

Community Discussion

No community discussion yet for this question.

Full CAS-001 Practice