mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_wifi: fix typo in wifi_enterprise example README
Closes https://github.com/espressif/esp-idf/issues/10042
This commit is contained in:
parent
46e07795af
commit
5770c19f8e
@ -67,7 +67,7 @@ idf.py -p PORT flash monitor
|
||||
openssl req -new -key wpa2_server.key -out wpa2_server.csr
|
||||
|
||||
5. create certs (.crt) for client nd server
|
||||
openssl ca -batch -keyfile wpa2_ca.key -cert wpa2_ca.pem -in wpa2_client.csr -key (password) -out wpa2_client.crt -extensions xpserver_ext -extfile xpextensions
|
||||
openssl ca -batch -keyfile wpa2_ca.key -cert wpa2_ca.pem -in wpa2_client.csr -key (password) -out wpa2_client.crt -extensions xpclient_ext -extfile xpextensions
|
||||
openssl ca -batch -keyfile wpa2_ca.key -cert wpa2_ca.pem -in wpa2_server.csr -key (password) -out wpa2_server.crt -extensions xpserver_ext -extfile xpextensions
|
||||
|
||||
6. export .p12 files
|
||||
|
Loading…
Reference in New Issue
Block a user