Managing Digital Certificates for EAP-TLS WiFi Authentication
This technical reference guide details the lifecycle management of digital certificates for EAP-TLS WiFi authentication. It provides actionable strategies for deploying, renewing, and revoking certificates at scale across enterprise networks using SCEP and MDM integrations.
Listen to this guide
View podcast transcript

執行摘要
管理用於 EAP-TLS WiFi 驗證的數位憑證,對企業 IT 團隊而言是一項重大的營運挑戰。隨著企業組織逐步淘汰憑證型驗證(credential-based authentication)以符合零信任規範,營運負擔也從密碼重設轉移到憑證生命週期管理。本指南詳細介紹了在複雜的資產環境中,大規模部署、更新和撤銷用戶端憑證所需的架構模式。
對於技術長(CTO)和網路架構師而言,目標非常明確:實施強健的公開金鑰基礎建設(PKI),並與現有的行動裝置管理(MDM)平台無縫整合。透過簡單憑證註冊協定(SCEP)自動發放憑證,並執行即時撤銷,即可消除人工干預。此方法能確保網路邊界安全,滿足包括 PCI DSS 4.0 在內的合規框架,並確保運行企業硬體的 80,000 多個實體場域持續保持連線。
技術深入探討
EAP-TLS(可延伸驗證協定與傳輸層安全)代表了 802.1X 網路存取控制的最高標準。它強制執行雙向驗證。RADIUS 伺服器出示憑證以向用戶端證明其身分,而用戶端則出示憑證以向網路證明其身分。
三層式 PKI 架構
扁平式的 PKI 層級結構會引入無法接受的風險。推薦的模式是三層式架構:
- 根憑證授權單位 (Root CA):最終的信任根源。此伺服器保持離線並與網路隔離(air-gapped)。其唯一功能是簽署中間 CA 憑證。
- 中間 CA (發放 CA):此伺服器保持在線,負責日常用戶端與伺服器憑證的簽署工作。如果遭到破解,可由 Root CA 予以撤銷,而無需重建整個信任基礎建設。
- 終端實體憑證 (End-Entity Certificates):這些是實際部署到 RADIUS 伺服器和用戶端裝置的憑證。

憑證效期與密碼學標準
業界正強制縮短憑證壽命,以限制金鑰遭破解時的暴露空窗期。雖然公開的 TLS 憑證上限為 398 天,但用於 WiFi 驗證的內部用戶端憑證通常使用 365 天的有效期。
密碼學要求強制使用至少 2048 位元的 RSA 金鑰,或使用 P-256 曲線的橢圓曲線密碼學 (ECC)。WPA3-Enterprise 192 位元模式需要特定的加密套件,而 EAP-TLS 是唯一能完全滿足這些要求的驗證方法。
實作指南
在分散式場域中部署 EAP-TLS 需要您的身分識別提供者、MDM 平台與網路硬體之間進行緊密整合。Purple 的雲端重疊(cloud overlay)可與 Cisco Meraki、HPE Aruba、Ruckus、Juniper Mist、Ubiquiti UniFi、Cambium、Extreme 和 Fortinet 整合。
步驟 1:建立信任鏈
在任何裝置進行驗證之前,它必須信任 RADIUS 伺服器。請透過您的 MDM 將根憑證授權機構(Root CA)憑證部署到所有託管裝置。對於非託管裝置,您必須提供一個引導註冊入口網頁(onboarding portal)來安裝信任設定檔。
步驟 2:透過 SCEP 自動化核發
手動產生憑證是行不通的。請實作 SCEP 以將此工作流程自動化:
- MDM(例如 Microsoft Intune)將 SCEP 負載推送到裝置。
- 裝置在本地端產生私鑰。
- 裝置向 SCEP 伺服器提交憑證簽署請求(CSR)。
- CA 核發憑證,裝置並將其安裝在硬體備份的金鑰庫中。
步驟 3:設定 RADIUS 原則
將您的 RADIUS 伺服器設定為需要 EAP-TLS。確保伺服器會比對您的身分識別目錄(Microsoft Entra ID、Okta 或 Google Workspace)驗證用戶端憑證的主體別名(SAN),以確認該使用者帳戶仍處於啟用狀態。

最佳實踐
- 儘早自動續期:設定 MDM 設定檔,使其在憑證到期前至少 30 天觸發憑證續期。這可以防止整個場域內突然發生驗證失敗。
- 強制執行硬體金鑰庫:要求私鑰必須在裝置的信賴平台模組(TPM)或安全隔離區(Secure Enclave)中產生並儲存。金鑰必須設定為不可匯出。
- 實作即時撤銷:依賴靜態憑證撤銷清單(CRL)會產生延遲。請實作線上憑證狀態協定(OCSP),以便 RADIUS 伺服器能在驗證期間即時確認憑證狀態。
疑難排解與風險緩釋
EAP-TLS 部署中最常見的失敗模式與信任和時間有關。
信任錨點失敗
如果用戶端裝置拒絕 RADIUS 伺服器憑證,驗證將會無聲無息地失敗。當裝置的信任庫中遺失根 CA 憑證時,就會發生這種情況。請驗證 MDM 部署記錄,確保信任設定檔在 WiFi 設定檔之前套用。如需連線問題的進一步診斷,請參閱 Troubleshooting Public WiFi: Fixing 'Connected, No Internet' and Splash Page Redirection Failures 。
到期懸崖
同時核發數千張憑證會造成續期高峰期的懸崖效應。如果 SCEP 伺服器在此期間發生停機,裝置將會斷開網路。請交錯進行初始部署,以分攤續期負載。
OCSP 逾時
如果 RADIUS 伺服器無法連線至 OCSP 回應程式,它必須決定是要預設開放(fail open)還是預設關閉(fail closed)。對於企業網路,預設關閉是標準做法。請確保您的 OCSP 基礎架構具備高可用性且呈地理分佈。
投資報酬率與業務影響
過渡到 EAP-TLS 需要前期投入工程心力,但營運回報非常顯著。一個擁有 5,000 名使用者的組織,通常每月要花費 40 小時來處理因 PEAP 密碼輪替而導致的密碼重設與 RADIUS 鎖定問題。
透過自動化憑證生命週期,您可以消除這些支援工單。此外,您還能滿足 ISO 27001 和 PCI DSS 嚴格的存取控制要求,從而減少稽核開銷。當與 Guest WiFi 和 WiFi Analytics 整合時,Purple 可針對所有使用者類型提供統一的網路存取檢視,簡化分散式場域的合規性報告。
Key Definitions
EAP-TLS
Extensible Authentication Protocol with Transport Layer Security. An authentication framework that requires both the client and the server to prove their identity using digital certificates.
The industry standard for securing enterprise WiFi networks without relying on vulnerable passwords.
SCEP
Simple Certificate Enrolment Protocol. A protocol used by MDM platforms to securely automate the request and installation of digital certificates on devices.
Essential for scaling EAP-TLS deployments beyond a few dozen devices by removing manual certificate handling.
RADIUS
Remote Authentication Dial-In User Service. The networking protocol that provides centralised authentication, authorisation, and accounting management.
The server component that validates the client certificate and tells the access point to grant network access.
OCSP
Online Certificate Status Protocol. An internet protocol used for obtaining the revocation status of an X.509 digital certificate in real time.
Replaces static CRLs to ensure that a revoked certificate is blocked from the network immediately.
Root CA
Root Certificate Authority. The top-level cryptographic authority in a Public Key Infrastructure, used to sign subordinate CAs.
Must be kept highly secure and offline to protect the entire trust chain of the organisation.
SAN
Subject Alternative Name. An extension to X.509 that allows various values to be associated with a security certificate, such as email addresses or UPNs.
Used by the RADIUS server to map the certificate to a specific user account in the identity directory.
MDM
Mobile Device Management. Software used by IT departments to monitor, manage, and secure employees' mobile devices.
The delivery mechanism that pushes the SCEP configuration and WiFi profiles to the end-user devices.
CRL
Certificate Revocation List. A list of digital certificates that have been revoked by the issuing CA before their scheduled expiration date.
A legacy method of checking certificate validity that suffers from latency issues compared to OCSP.
Worked Examples
A 150-property hotel group needs to secure staff access across 3,000 devices. They currently use PEAP with a shared password that rotates quarterly, causing significant helpdesk volume. How should they implement EAP-TLS?
Deploy Microsoft Intune to manage all corporate devices. Establish a Microsoft ADCS Intermediate CA integrated with Intune via the Intune Certificate Connector. Push the Root CA certificate to all devices, followed by a SCEP profile that requests a client certificate with a 365-day validity. Configure the WiFi profile to use EAP-TLS and point to the Purple-linked RADIUS servers. Set the SCEP profile to renew automatically at 20% remaining life (73 days).
A retail chain requires secure WiFi for point-of-sale handhelds in 200 locations. The devices run Android and frequently lose connectivity to the central management server. How do you handle certificate revocation?
Implement OCSP for real-time revocation checking at the RADIUS server level. Configure the RADIUS server to query the OCSP responder for every authentication attempt. If a handheld is reported lost, the security team revokes the certificate in the CA. The next time the device attempts to associate with an access point, the RADIUS server receives a 'revoked' response from OCSP and denies access immediately.
Practice Questions
Q1. You are deploying EAP-TLS for 2,000 corporate laptops. The SCEP infrastructure is configured, but during testing, the laptops fail to connect to the WiFi. The RADIUS logs show 'Unknown CA'. What is the most likely cause?
Hint: Consider the order of operations when deploying trust profiles versus authentication profiles.
View model answer
The laptops do not have the Root CA certificate installed in their trusted root store. The MDM must be configured to push the Root CA certificate payload to the devices before pushing the SCEP payload or the EAP-TLS WiFi profile. Without the Root CA, the client rejects the RADIUS server's certificate.
Q2. A compromised device is reported lost. The IT team deletes the device from the MDM and revokes the certificate in the CA. However, testing reveals the device can still connect to the network for up to 12 hours. How do you resolve this?
Hint: Look at how the RADIUS server validates certificate status.
View model answer
The RADIUS server is likely relying on a Certificate Revocation List (CRL) that is only published or downloaded every 12 to 24 hours. To resolve this, implement the Online Certificate Status Protocol (OCSP) and configure the RADIUS server to query the OCSP responder for real-time validation during every authentication attempt.
Q3. You are designing the certificate lifecycle policy. The security team wants 30-day certificate lifetimes to minimise risk, but the network team is concerned about SCEP server load and connectivity drops. What is the recommended balance?
Hint: Consider the difference between public web certificates and internal managed PKI.
View model answer
A 365-day validity period with automated renewal triggered at 60 or 90 days before expiry provides the optimal balance. 30-day lifetimes for WiFi certificates create excessive operational risk if devices are offline during their narrow renewal window. Security is maintained through robust, real-time OCSP revocation rather than aggressively short lifetimes.
Continue reading in this series
Server RADIUS: a comprehensive guide for businesses
This guide provides IT managers, network architects, and CTOs with a definitive technical reference on server RADIUS authentication for enterprise WiFi. It covers the AAA framework, 802.1X architecture, EAP method selection, cloud versus on-premises deployment trade-offs, and dynamic VLAN assignment. Venue operators across hospitality, retail, events, and the public sector will find actionable implementation guidance, real-world case studies, and the decision frameworks needed to migrate from insecure pre-shared keys to a secure, identity-driven network access control architecture.
Server RADIUS: a comprehensive guide for businesses
This guide provides IT managers, network architects, and CTOs with a definitive technical reference on server RADIUS authentication for enterprise WiFi. It covers the AAA framework, 802.1X architecture, EAP method selection, cloud versus on-premises deployment trade-offs, and dynamic VLAN assignment. Venue operators across hospitality, retail, events, and the public sector will find actionable implementation guidance, real-world case studies, and the decision frameworks needed to migrate from insecure pre-shared keys to a secure, identity-driven network access control architecture.
Aruba ClearPass vs. Purple WiFi: Comparing Features and Co-deployment
A comprehensive technical guide detailing the co-deployment architecture of Aruba ClearPass and Purple WiFi. It covers RADIUS proxy configuration, dynamic VLAN assignment, and best practices for delivering secure, analytics-driven guest networks alongside enterprise NAC.