Skip to content

Commit

Permalink
esp_wifi: fix typo in wifi_enterprise example README
Browse files Browse the repository at this point in the history
Closes #10042
  • Loading branch information
sarveshb14 committed Mar 8, 2023
1 parent 60b90c5 commit 6a2e2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wifi/wifi_enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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
Expand Down

0 comments on commit 6a2e2d9

Please sign in to comment.