From 5770c19f8ed32d5916d5715b4da93b92ee1ad321 Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Wed, 8 Mar 2023 13:30:09 +0530 Subject: [PATCH] esp_wifi: fix typo in wifi_enterprise example README Closes https://github.com/espressif/esp-idf/issues/10042 --- examples/wifi/wpa2_enterprise/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wifi/wpa2_enterprise/README.md b/examples/wifi/wpa2_enterprise/README.md index 1a1a837329..6368b3465b 100644 --- a/examples/wifi/wpa2_enterprise/README.md +++ b/examples/wifi/wpa2_enterprise/README.md @@ -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