Skip to main content
All CollectionsWiFi Monitoring
WiFi Authentication Methods
WiFi Authentication Methods
Panickos Neophytou avatar
Written by Panickos Neophytou
Updated over 3 weeks ago

NetBeez supports the following WiFi authentication methods:

  • Open

  • Enhanced Open

  • WEP64/128/256

  • WPA/WPA2-PSK

  • WPA/WPA2-EAP

  • WPA/WPA3-PSK

  • WPA/WPA3-EAP

Uploading Certificates

All certificates and keys needed for the WPA/WPA2-EAP and WPA/WPA3-EAP methods have to be in the PEM format.

For any of the WPA/WPA2-EAP or WPA/WPA3-EAP methods that require a CA certificate, you need to upload a file that includes all certificates (a.k.a. chain of trust), in PEM format, in the following order, and then upload to the dashboard:

-----BEGIN CERTIFICATE----- 
(Root Trusted certificate)
-----END CERTIFICATE-----ย 
-----BEGIN CERTIFICATE-----
(Intermediate certificate(s)
-----END CERTIFICATE-----
....... (Other intermediate certificates).......
-----BEGIN CERTIFICATE-----
(Certificate)
-----END CERTIFICATE-----
Did this answer your question?