Certificate-based enterprise Wi-Fi
Wireless access tied to managed devices through an internal PKI, RADIUS, and Group Policy. No shared password.
Problem
A shared Wi-Fi password can't tell a managed device from anything else that knows it, and it can't be taken back from one device without changing it for everyone. The goal was wireless access tied to device identity, not to a secret that travels.
Approach
- Identity from PKI. An internal certificate authority issues the certificates that identify the organization's devices.
- Zero-touch enrollment. Group Policy autoenrollment has domain devices request and renew their own certificates, with nothing for the user to install or type.
- Verify every connection. RADIUS validates each device's certificate before the network lets it on.
- Enterprise mode. The wireless network runs WPA2/WPA3-Enterprise, with 802.1X handling authentication at the access point.
Stack
Outcome
Managed devices connect automatically with a certificate the user never sees. There's no Wi-Fi password to hand out or leak, and access belongs to the device, so it can be pulled for one machine without touching anyone else.