Skip to main content

EAP-TLS-Authentifizierung erklärt: Zertifikatsbasierte WiFi-Sicherheit

EAP-TLS is the gold standard for enterprise WiFi security, replacing vulnerable password-based authentication with robust, mutually authenticated digital certificates. This guide provides IT managers and network architects with a comprehensive technical deep-dive into the EAP-TLS handshake, architectural requirements, and practical deployment strategies for mixed-device environments.

📖 6 Min. Lesezeit📝 1,285 Wörter🔧 2 Beispiele3 Fragen📚 8 Schlüsselbegriffe

🎧 Diesen Leitfaden anhören

Transkript anzeigen
Welcome to the Purple technical briefing. I’m your host, and today we are diving deep into EAP-TLS authentication—the gold standard for certificate-based WiFi security. If you’re an IT manager, network architect, or CTO dealing with enterprise environments like hotels, retail chains, or public-sector venues, this session is for you. We’ll cover what EAP-TLS is, how it compares to older methods like PEAP, and exactly what you need to deploy it successfully across a mixed-device fleet. Let's start with the context. Why are we talking about EAP-TLS right now? For years, many organisations relied on PEAP-MSCHAPv2—essentially, username and password authentication over WiFi. But in today’s threat landscape, passwords are a massive vulnerability. They can be phished, shared, or stolen. Enter EAP-TLS. EAP stands for Extensible Authentication Protocol, and TLS is Transport Layer Security. Together, they create a mutual authentication framework using X.509 digital certificates instead of passwords. Think of it like a digital passport control. The network access point, or authenticator, asks the device for its ID. The device doesn't just hand over a password; it presents a cryptographically signed certificate. But crucially, it’s mutual. The server also presents its certificate to the device. Both sides verify each other against a trusted Certificate Authority before any network access is granted. This eliminates credential theft and makes man-in-the-middle attacks virtually impossible. Now, let's get into the technical deep-dive. How does the handshake actually work? When a device, known as the supplicant, tries to connect, the Access Point blocks all traffic except EAP messages. The AP sends an EAP-Request/Identity. The device responds, and the AP forwards this to the RADIUS server. The RADIUS server then initiates a TLS tunnel. It sends its server certificate down to the device. The device validates this certificate. If it checks out, the device sends its own client certificate back up the tunnel. The RADIUS server validates the client certificate against the CA or Identity Provider. Once both sides are satisfied, the TLS handshake completes, a master secret is established for encryption, and the RADIUS server sends an Access-Accept message. The AP then opens the port, and the device is on the network. So, how does this compare to PEAP? PEAP only requires a server-side certificate. The client still uses a password inside the TLS tunnel. This makes PEAP easier to deploy initially, especially for unmanaged devices, but it leaves you vulnerable to credential harvesting if a user connects to a spoofed AP. EAP-TLS requires certificates on both sides. Yes, it’s slightly more complex to deploy, but the security posture is infinitely stronger. It’s why EAP-TLS is the recommended standard for PCI DSS compliance in retail, and ISO 27001 in enterprise environments. Let’s talk implementation. Deploying EAP-TLS requires three main components: a Public Key Infrastructure or PKI to issue certificates, a RADIUS server to handle authentication, and a Mobile Device Management or MDM platform to distribute the certificates to your endpoints. If you’re managing a fleet of corporate laptops and smartphones, your MDM is your best friend here. You configure a profile that pushes both the Root CA certificate and the individual client certificate to the device, along with the WiFi profile. The user doesn't have to do anything. They just open their laptop, and it connects securely. However, there are pitfalls to avoid. The biggest one is certificate lifecycle management. Certificates expire. If you don't have an automated renewal process via your MDM or an automated enrollment protocol like SCEP or EST, you will have a bad day when all your devices drop off the network simultaneously. Another common issue is the dreaded 'mixed-device fleet'. What do you do with BYOD or guest devices? You can't easily push certificates to unmanaged devices. For guests, you use a captive portal—like Purple’s Guest WiFi solution. For BYOD staff, you might use an onboarding portal that temporarily provisions a certificate, or you might keep them on a separate, less privileged SSID using a different authentication method. Time for a rapid-fire Q&A based on common client questions. Question one: Do I need to build my own on-premise CA? Answer: Not anymore. Cloud PKI solutions integrated with Azure AD or Okta are much easier to manage and scale. Question two: Does EAP-TLS impact roaming performance? Answer: The initial handshake is slightly heavier than PEAP due to certificate exchange, but once connected, fast roaming protocols like 802.11r handle AP transitions seamlessly. Question three: Can I use EAP-TLS for IoT devices? Answer: Yes, if the device supports 802.1X and certificate installation. But many legacy IoT devices don't, which is why you often need a separate MAC Auth Bypass or pre-shared key network for those specific devices. To summarise: EAP-TLS is the definitive standard for secure enterprise WiFi. It replaces vulnerable passwords with robust, mutually authenticated digital certificates. While the initial setup requires coordination between your PKI, RADIUS, and MDM, the long-term benefits in security, compliance, and user experience are undeniable. It completely mitigates credential theft and provides a seamless, zero-touch connection experience for managed devices. Thank you for joining this Purple technical briefing. For more insights on securing your network and leveraging WiFi analytics, visit our resource center.

header_image.png

Executive Summary

Für Unternehmensumgebungen, von Firmenzentralen über Ketten im Einzelhandel bis hin zu Einrichtungen im Gesundheitswesen , ist die Sicherung des drahtlosen Zugangs nicht länger nur eine betriebliche Anforderung – sie ist ein kritisches Compliance-Mandat. In der Vergangenheit haben sich Organisationen auf PEAP-MSCHAPv2 verlassen, das einen Benutzernamen und ein Passwort innerhalb eines TLS-Tunnels sichert. In einer Zeit von grassierendem Credential Harvesting und raffinierten Phishing-Angriffen stellt die passwortbasierte Authentifizierung über WiFi jedoch eine erhebliche Schwachstelle dar.

Hier kommt EAP-TLS (Extensible Authentication Protocol - Transport Layer Security) ins Spiel. EAP-TLS stellt den Goldstandard der 802.1X-Netzwerkzugangskontrolle dar. Anstatt sich auf benutzergenerierte Passwörter zu verlassen, schreibt EAP-TLS eine gegenseitige Authentifizierung mithilfe digitaler X.509-Zertifikate vor. Sowohl das Client-Gerät als auch der Authentifizierungsserver müssen ihre Identität nachweisen, bevor ein Netzwerkzugriff gewährt wird. Dieser Ansatz eliminiert das Risiko von Datendiebstahl, mindert Man-in-the-Middle-Angriffe (MitM) und bietet ein nahtloses Zero-Touch-Verbindungserlebnis für verwaltete Geräte. Dieser technische Leitfaden untersucht die Mechanismen des EAP-TLS-Handshakes, vergleicht ihn mit älteren Methoden und skizziert eine praktische Bereitstellungsarchitektur für moderne Unternehmen.

Hören Sie sich unseren begleitenden Technical-Briefing-Podcast für einen Executive-Überblick an:

Technischer Deep-Dive

Der EAP-TLS-Handshake erklärt

Der grundlegende Vorteil von EAP-TLS liegt in seiner kryptografischen Strenge. Der Authentifizierungsprozess ist eine mehrstufige Kommunikation zwischen dem Supplicant (dem Client-Gerät), dem Authenticator (dem WiFi Access Point oder Switch) und dem Authentication Server (in der Regel ein RADIUS-Server).

eap_tls_handshake_diagram.png

  1. Initialisierung: Wenn ein Gerät versucht, sich mit der SSID zu verbinden, blockiert der Access Point den gesamten Datenverkehr mit Ausnahme von EAP over LAN (EAPoL)-Frames. Der AP sendet einen EAP-Request/Identity an das Gerät.
  2. Identitätsantwort: Das Gerät antwortet mit einer EAP-Response/Identity (aus Datenschutzgründen oft eine anonyme äußere Identität), die der AP an den RADIUS-Server weiterleitet.
  3. Aufbau des TLS-Tunnels: Der RADIUS-Server initiiert den TLS-Handshake, indem er ein TLS ServerHello zusammen mit seinem eigenen digitalen Zertifikat sendet.
  4. Servervalidierung: Das Client-Gerät prüft das Zertifikat des Servers. Es überprüft die Gültigkeitsdaten, den Subject Alternative Name (SAN) und stellt vor allem sicher, dass das Zertifikat von einer vertrauenswürdigen Root Certificate Authority (CA) signiert wurde, die in seinem lokalen Trust Store installiert ist.
  5. Präsentation des Client-Zertifikats: Sobald der Server validiert ist, sendet das Client-Gerät sein eigenes X.509-Zertifikat (und optional seine Zertifikatskette) an den RADIUS-Server zurück.
  6. Gegenseitige Authentifizierung: Der RADIUS-Server validiert das Zertifikat des Clients anhand seiner CA- oder Identity Provider (IdP)-Integration. Er prüft auf Widerruf (über CRL oder OCSP) und verifiziert die Benutzer- oder Geräteidentität.
  7. Schlüsselableitung: Nach erfolgreicher gegenseitiger Validierung ist der TLS-Handshake abgeschlossen. Beide Seiten leiten unabhängig voneinander einen Master Session Key (MSK) ab.
  8. Netzwerkzugriff: Der RADIUS-Server sendet eine RADIUS Access-Accept-Nachricht an den AP, die den MSK enthält. Der AP verwendet diesen Schlüssel, um die finalen WPA2/WPA3-Verschlüsselungsschlüssel (PTK/GTK) mit dem Client zu etablieren, und öffnet den Netzwerkport für den standardmäßigen IP-Datenverkehr.

EAP-TLS vs. PEAP-MSCHAPv2

Das Verständnis des Unterschieds zwischen EAP-TLS und PEAP ist für Netzwerkarchitekten, die eine Migration planen, von entscheidender Bedeutung.

eap_tls_vs_peap_comparison.png

Während PEAP einen sicheren TLS-Tunnel aufbaut (serverseitige Authentifizierung), verlässt sich die innere Authentifizierung weiterhin auf MSCHAPv2, ein passwortbasiertes Protokoll. Wenn sich ein Benutzer mit einem bösartigen „Evil Twin“-Access Point verbindet und die Serverzertifikatswarnung ignoriert, kann sein gehashtes Passwort erfasst und offline geknackt werden. EAP-TLS eliminiert diesen Vektor vollständig; ohne den privaten Schlüssel, der dem Client-Zertifikat entspricht, kann sich ein Angreifer nicht authentifizieren, selbst wenn er im Besitz des Benutzerpassworts ist.

Implementierungsleitfaden

Die Bereitstellung von EAP-TLS erfordert eine Orchestrierung über drei primäre Infrastruktursäulen hinweg: die Netzwerkschicht, die Authentifizierungsschicht und die Identitäts-/Endpunktverwaltungsschicht.

eap_tls_deployment_architecture.png

1. Public Key Infrastructure (PKI)

Sie benötigen einen Mechanismus zur Ausstellung und Verwaltung von X.509-Zertifikaten. In der Vergangenheit bedeutete dies die Bereitstellung einer lokalen Microsoft Active Directory Certificate Services (AD CS)-Umgebung. Heute nutzen moderne Architekturen Cloud-PKI-Lösungen, die in Identity Provider (IdPs) wie Azure AD, Okta oder Google Workspace integriert sind. Diese Cloud-nativen CAs vereinfachen den Lebenszyklus von Ausstellung und Widerruf.

2. RADIUS-Authentifizierungsserver

Der RADIUS-Server (z. B. FreeRADIUS, Cisco ISE, Aruba ClearPass oder Cloud-basierter RADIUS) muss so konfiguriert sein, dass er EAP-TLS unterstützt. Er benötigt ein eigenes Serverzertifikat, das von einer CA signiert ist, der alle Client-Geräte vertrauen. Wenn Sie eine Integration mit einem modernen IdP vornehmen, könnte unser Leitfaden zu Okta und RADIUS: Erweiterung Ihres Identity Providers auf die WiFi-Authentifizierung besonders nützlich für Sie sein, um Cloud-Identitäten mit lokaler Netzwerk-Hardware zu verbinden.

3. Mobile Device Management (MDM)

Die größte Hürde bei der EAP-TLS-Bereitstellung ist die Bereitstellung von Zertifikaten auf Client-Geräten. Eine manuelle Installation ist nicht skalierbar. Sie müssen eine MDM-Plattform (wie Microsoft Intune, Jamf Pro oder VMware Workspace ONE) nutzen, um diesen Prozess zu automatisieren. Das MDM-Profil muss Folgendes bereitstellen:

  • Das Root-CA-Zertifikat (um dem RADIUS-Server zu vertrauen).
  • Das individuelle Client-Zertifikat (oft über SCEP- oder EST-Protokolle generiert).
  • Das WiFi-Profil, das für die Verwendung von WPA2/WPA3-Enterprise und EAP-TLS konfiguriert ist und spezifisch auf die bereitgestellten Zertifikate verweist.

Best Practices

  1. Automatisieren Sie das Zertifikats-Lifecycle-Management: Zertifikate laufen ab. Wenn Ihnen ein automatisierter Erneuerungsmechanismus (wie SCEP/EST über MDM) fehlt, werden Geräte lautlos aus dem Netzwerk fallen, wenn ihre Zertifikate ablaufen, was zu massiven Spitzen bei Support-Tickets führt. Legen Sie Gültigkeitszeiträume fest, die Sicherheit (z. B. 1 Jahr) und betrieblichen Aufwand in Einklang bringen.
  2. Erzwingen Sie eine strikte Servervalidierung: Konfigurieren Sie Client-WiFi-Profile so, dass sie das Zertifikat des RADIUS-Servers strikt validieren. Geben Sie die genauen Servernamen und vertrauenswürdigen Root-CAs im Profil an. Erlauben Sie Benutzern nicht, Zertifikatswarnungen zu umgehen.
  3. Implementieren Sie einen robusten Widerruf: Stellen Sie sicher, dass Ihr RADIUS-Server Certificate Revocation Lists (CRLs) überprüft oder das Online Certificate Status Protocol (OCSP) verwendet. Wenn ein Mitarbeiter das Unternehmen verlässt oder ein Gerät verloren geht, muss der Widerruf des Zertifikats den Netzwerkzugriff sofort beenden.
  4. Umgang mit gemischten Geräteflotten: EAP-TLS ist perfekt für verwaltete Unternehmensgeräte. Sie werden jedoch auch auf nicht verwaltete BYOD- (Bring Your Own Device) und Gastgeräte stoßen. Stellen Sie für Gäste eine robuste Captive Portal-Lösung wie das Gast-WiFi von Purple bereit. Ziehen Sie für Mitarbeiter-BYOD ein Onboarding-Portal in Betracht, das temporär ein Zertifikat bereitstellt, oder nutzen Sie eine separate SSID mit einer anderen Authentifizierungsmethode, isoliert vom Kernnetzwerk des Unternehmens.

Fehlerbehebung & Risikominderung

Wenn EAP-TLS fehlschlägt, sind die Symptome für den Endbenutzer oft undurchsichtig. Das Gerät stellt einfach keine Verbindung her. IT-Teams müssen sich zur Diagnose auf RADIUS-Protokolle verlassen.

  • Fehler: „Unknown CA“ oder „Untrusted Root“: Das Client-Gerät hat das Root-CA-Zertifikat, das das Zertifikat des RADIUS-Servers signiert hat, nicht in seinem Trust Store. Überprüfen Sie den MDM-Payload.
  • Fehler: „Certificate Expired“: Entweder das Client-Zertifikat oder das Serverzertifikat hat sein NotAfter-Datum überschritten. Überprüfen Sie die Automatisierung des Zertifikatslebenszyklus.
  • Fehler: „Client Certificate Not Found“: Das Gerät versucht EAP-TLS, kann aber kein gültiges Zertifikat finden, das den im WiFi-Profil angegebenen Kriterien entspricht. Stellen Sie sicher, dass das Zertifikat erfolgreich vom MDM bereitgestellt wurde und dass der Subject Alternative Name (SAN) dem erwarteten Format entspricht (z. B. User Principal Name oder MAC-Adresse).
  • Clock Skew (Zeitabweichung): TLS ist auf eine genaue Zeitmessung angewiesen. Wenn die Systemuhr eines Geräts erheblich vom RADIUS-Server abweicht, schlägt die Zertifikatsvalidierung fehl, da die Zertifikate als „noch nicht gültig“ oder „abgelaufen“ erscheinen.

ROI & Geschäftsauswirkungen

Der Übergang zu EAP-TLS stellt eine signifikante Reifung der Sicherheitslage eines Unternehmens dar. Der primäre Return on Investment (ROI) ist die Risikominderung. Durch die Eliminierung der passwortbasierten WiFi-Authentifizierung reduzieren Sie die Angriffsfläche für Datendiebstahl und laterale Bewegungen innerhalb des Netzwerks drastisch. Dies ist besonders im Gastgewerbe und in Unternehmensumgebungen von entscheidender Bedeutung, in denen die Netzwerksegmentierung oberste Priorität hat.

Darüber hinaus verbessert EAP-TLS die Endbenutzererfahrung. Sobald die Bereitstellung über MDM erfolgt ist, ist die Verbindung vollständig Zero-Touch. Benutzer müssen niemals WiFi-Passwörter aktualisieren, wenn ihr Unternehmenspasswort abläuft, was Helpdesk-Anrufe im Zusammenhang mit Verbindungsproblemen reduziert. Durch die Kombination von EAP-TLS für verwaltete Mitarbeitergeräte mit intelligenten WiFi Analytics und Captive Portals für Gäste können Standorte eine sichere, leistungsstarke drahtlose Umgebung schaffen, die sowohl die betriebliche Sicherheit als auch die Kundenbindung unterstützt.

Schlüsselbegriffe & Definitionen

EAP-TLS (Extensible Authentication Protocol - Transport Layer Security)

An 802.1X authentication method that requires mutual authentication using digital certificates on both the client and the server, eliminating the need for passwords.

The most secure standard for enterprise WiFi authentication, widely mandated for compliance in high-security environments.

Supplicant

The client device (laptop, smartphone, tablet) attempting to connect to the secure network.

The supplicant software must support EAP-TLS and have access to the device's certificate store.

Authenticator

The network device (typically a WiFi Access Point or network switch) that facilitates the authentication process by passing EAP messages between the Supplicant and the Authentication Server.

The AP does not perform the authentication itself; it acts as a gatekeeper until the RADIUS server issues an Access-Accept.

RADIUS Server

Remote Authentication Dial-In User Service. The central server that validates the credentials (certificates in the case of EAP-TLS) and authorizes network access.

The RADIUS server integrates with the PKI or Identity Provider to verify the validity and revocation status of the client certificate.

PKI (Public Key Infrastructure)

The framework of roles, policies, hardware, software, and procedures needed to create, manage, distribute, use, store, and revoke digital certificates.

You need a PKI (either on-premise or cloud-based) to issue the certificates required for EAP-TLS.

X.509 Certificate

A standard format for public key certificates, digital documents that securely associate cryptographic key pairs with identities such as websites, individuals, or organizations.

This is the 'digital passport' used in EAP-TLS instead of a password.

SCEP / EST

Simple Certificate Enrollment Protocol / Enrollment over Secure Transport. Protocols used by MDM platforms to automate the request and installation of certificates onto client devices.

Crucial for scaling EAP-TLS deployments, ensuring devices receive and renew certificates without user intervention.

Evil Twin Attack

A rogue WiFi access point that masquerades as a legitimate corporate network to eavesdrop on wireless communications or harvest credentials.

EAP-TLS defeats Evil Twin attacks because the rogue AP cannot present a valid server certificate signed by the company's trusted Root CA.

Fallstudien

A large [Retail](/industries/retail) chain with 500 locations needs to secure WiFi access for their corporate-issued point-of-sale (POS) tablets. They currently use a single Pre-Shared Key (PSK) across all stores, which was recently leaked. They use Microsoft Intune for device management. How should they secure the network?

  1. Deploy a Cloud PKI integrated with their Azure AD environment.
  2. Configure Intune to use SCEP (Simple Certificate Enrollment Protocol) to automatically generate and push unique device certificates to each POS tablet.
  3. Push a new WiFi profile via Intune configured for WPA3-Enterprise and EAP-TLS, specifying the new client certificate and the trusted Root CA.
  4. Configure the central RADIUS server to authenticate the tablets based on these certificates.
  5. Once all tablets are successfully authenticating via EAP-TLS, disable the legacy PSK SSID.
Implementierungshinweise: This is the optimal approach for managed devices. Moving from a global PSK to EAP-TLS eliminates the risk of a single leaked password compromising the entire network. Using SCEP via Intune ensures zero-touch provisioning, which is essential for scaling across 500 locations without manual IT intervention at each site.

A [Transport](/industries/transport) hub (airport) wants to provide secure WiFi for its operational staff (baggage handlers, security) using managed iPads, while keeping guest traffic completely separate.

  1. Implement EAP-TLS on a dedicated, hidden SSID (e.g., 'Airport-Ops-Secure') for the managed iPads, pushing certificates via their MDM platform.
  2. Ensure the RADIUS server maps these authenticated devices to a specific, restricted VLAN that only has access to necessary operational servers.
  3. Deploy a separate, open SSID (e.g., 'Airport-Free-WiFi') for passengers, utilizing a captive portal for terms-of-service acceptance and bandwidth limiting.
Implementierungshinweise: This demonstrates proper network segmentation. EAP-TLS provides strong authentication for the critical operational devices, while the guest network is kept entirely separate. The use of a hidden SSID for operations adds a minor layer of obscurity, but the true security relies on the cryptographic certificates.

Szenarioanalyse

Q1. Your organisation is migrating from PEAP to EAP-TLS. During the pilot phase, several Windows laptops fail to connect. The RADIUS logs show 'Unknown CA' errors during the TLS handshake. What is the most likely cause?

💡 Hinweis:Think about the 'Mutual' part of mutual authentication. What does the client need to trust the server?

Empfohlenen Ansatz anzeigen

The client devices are missing the Root CA certificate in their local trust store that signed the RADIUS server's certificate. The MDM payload needs to be updated to ensure the Root CA is pushed to the devices alongside the client certificate.

Q2. A hotel wants to use EAP-TLS for all devices, including guest smartphones, to ensure maximum security. Is this a viable strategy?

💡 Hinweis:Consider the provisioning process for EAP-TLS.

Empfohlenen Ansatz anzeigen

No, this is not a viable strategy. EAP-TLS requires client certificates to be installed on the device. While this is easy for managed corporate devices via MDM, you cannot force guests to install certificates or MDM profiles on their personal devices. For guests, a captive portal (like Purple Guest WiFi) combined with WPA2/WPA3-Personal (or OWE) is the industry standard.

Q3. You have successfully deployed EAP-TLS. An employee reports their corporate laptop was stolen. What is the immediate technical action required to secure the network?

💡 Hinweis:How do you invalidate a digital certificate before its expiration date?

Empfohlenen Ansatz anzeigen

You must revoke the client certificate associated with that specific laptop within your PKI/CA. Ensure that your RADIUS server is configured to check the Certificate Revocation List (CRL) or use OCSP, so that the revoked certificate is immediately rejected upon the next connection attempt.

Wichtigste Erkenntnisse

  • EAP-TLS is the most secure 802.1X authentication method, replacing passwords with mutual certificate-based authentication.
  • It eliminates the risk of credential theft and Evil Twin attacks inherent in password-based protocols like PEAP-MSCHAPv2.
  • A successful deployment requires coordination between a PKI (to issue certificates), a RADIUS server (to authenticate), and an MDM platform (to provision devices).
  • Automated certificate lifecycle management (via SCEP/EST) is critical to prevent mass connectivity outages when certificates expire.
  • EAP-TLS is ideal for managed corporate devices; unmanaged BYOD and guest devices require separate onboarding or captive portal strategies.
  • Implementing EAP-TLS strongly aligns with compliance mandates like PCI DSS and ISO 27001 by securing network access control.