esp_wifi: fix typo in wifi_enterprise example README

Closes https://github.com/espressif/esp-idf/issues/10042
This commit is contained in:
Sarvesh Bodakhe 2023-02-21 15:48:30 +05:30
parent 416ada0ce1
commit e111b46e7d

View File

@ -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