Эх сурвалжийг харах

esp_wifi: fix typo in wifi_enterprise example README

Closes https://github.com/espressif/esp-idf/issues/10042
Sarvesh Bodakhe 2 жил өмнө
parent
commit
5b6676da21

+ 1 - 1
examples/wifi/wifi_enterprise/README.md

@@ -71,7 +71,7 @@ idf.py -p PORT flash monitor
   openssl req -new -key server.key -out server.csr
 
 5. create certs (.crt) for client nd server
-  openssl ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key (password) -out client.crt -extensions xpserver_ext -extfile xpextensions
+  openssl ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key (password) -out client.crt -extensions xpclient_ext -extfile xpextensions
   openssl ca -batch -keyfile ca.key -cert ca.pem -in server.csr -key (password) -out server.crt -extensions xpserver_ext -extfile xpextensions
 
 6. export .p12 files