You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nrf fromlist] doc: wifi: Add server certificate domain validation instructions
Add instructions for verifying the authentication server’s certificate
domain using exact domain match and domain suffix match options.
Upstream PR #: 98190
Signed-off-by: Triveni Danda <[email protected]>
Copy file name to clipboardExpand all lines: doc/connectivity/networking/api/wifi.rst
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,29 @@ To initiate a Wi-Fi connection using enterprise security, use one of the followi
120
120
Server certificate is also provided in the same directory for testing purposes.
121
121
Any AAA server can be used for testing purposes, for example, ``FreeRADIUS`` or ``hostapd``.
122
122
123
+
Server Certificate Domain Name Verification
124
+
-------------------------------------------
125
+
126
+
The authentication server’s identity is verifed by validating the domain name in the X.509 certificate received from the server, using the Common Name (CN) field.
127
+
128
+
* Exact domain match — Verifies that the certificate’s CN exactly matches the specified domain.
129
+
130
+
* Domain suffix match — Allows a certificate whose CN ends with the given domain suffix.
131
+
132
+
To initiate a Wi-Fi connection using enterprise security with server certificate validation, use one of the following commands depending on the desired validation mode:
0 commit comments