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
The script will install the certificates in the ``rsa2k`` directory to the TLS credentials store in the device over UART and using TLS credentials shell commands.
111
+
The script will install the certificates to the TLS credentials store in the device over UART and using TLS credentials shell commands.
112
112
113
113
114
114
To initiate a Wi-Fi connection using enterprise security, use one of the following commands depending on the EAP method:
@@ -184,7 +184,7 @@ Different EAP methods have varying client-side certificate requirements, as outl
184
184
How to Generate Test Certificates Using FreeRADIUS
The test certificates in ``samples/net/wifi/test_certs/rsa2k`` are generated using the `FreeRADIUS raddb/certs scripts <https://github.com/FreeRADIUS/freeradius-server/tree/master/raddb/certs>`_. You can generate your own certificates for testing as follows:
187
+
The test certificates in ``samples/net/wifi/test_certs/rsa2k_no_des`` are generated using the `FreeRADIUS raddb/certs scripts <https://github.com/FreeRADIUS/freeradius-server/tree/master/raddb/certs>`_. You can generate your own certificates for testing as follows:
188
188
189
189
1. **Prerequisites**
190
190
- Install OpenSSL and GNU Make.
@@ -224,7 +224,8 @@ The test certificates in ``samples/net/wifi/test_certs/rsa2k`` are generated usi
224
224
+-------------------+---------------------+
225
225
226
226
6. **Copy the files**
227
-
Place the renamed files in your Zephyr project's certificate directory (e.g., ``samples/net/wifi/test_certs/rsa2k``).
227
+
Place the renamed files in your Zephyr project's certificate directory (e.g., ``samples/net/wifi/test_certs/rsa2k_no_des``).
228
+
Encrypt private keys with AES (PBES2), not DES; see the existing ``rsa2k_no_des`` keys for reference.
228
229
229
230
.. note::
230
231
These certificates are for testing only and should not be used in production.
0 commit comments