CAS-003 · Question #364
After a large organization has completed the acquisition of a smaller company, the smaller company must implement new host-based security controls to connect its employees' devices to the network…
The correct answer is C. Install a self-signed SSL certificate on the company's RADIUS server and distribute the. EAP-PEAP authentication requires the RADIUS server to present a trusted TLS certificate; new devices must receive and trust that certificate to successfully validate the server and complete authentication.
Question
After a large organization has completed the acquisition of a smaller company, the smaller company must implement new host-based security controls to connect its employees' devices to the network. Given that the network requires 802.1X EAP-PEAP to identify and authenticate devices, which of the following should the security administrator do to integrate the new employees' devices into the network securely?
Options
- ADistribute a NAC client and use the client to push the company's private key to all the new
- BDistribute the device connection policy and a unique public/private key pair to each new
- CInstall a self-signed SSL certificate on the company's RADIUS server and distribute the
- DInstall an 802.1X supplicant on all new devices and let each device generate a self-signed
How the community answered
(32 responses)- A9% (3)
- B6% (2)
- C81% (26)
- D3% (1)
Why each option
EAP-PEAP authentication requires the RADIUS server to present a trusted TLS certificate; new devices must receive and trust that certificate to successfully validate the server and complete authentication.
Distributing the company's private key is a critical security violation - private keys must never leave the server, and doing so would compromise the entire PKI infrastructure.
Distributing unique public/private key pairs to each device describes EAP-TLS mutual authentication, not EAP-PEAP, which only requires a server-side certificate.
EAP-PEAP establishes a TLS tunnel using a certificate installed on the RADIUS server, and the client supplicant must trust that certificate to verify the server's identity before credentials are transmitted. Installing a certificate on the RADIUS server and distributing it (or its CA certificate) to new devices allows those devices to validate the server and complete the PEAP handshake securely. This is the correct integration approach without exposing private keys or requiring a full mutual-certificate PKI.
Installing a supplicant is a necessary step, but self-signed client certificates generated per device would not be trusted by the RADIUS server under EAP-PEAP without explicit enrollment in a trusted PKI.
Concept tested: 802.1X EAP-PEAP RADIUS server certificate trust
Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/802.1x/what-is-802.1x
Topics
Community Discussion
No community discussion yet for this question.