Skip to content

Commit

Permalink
Merge branch 'bugfix/wifi_enterprise_example_typo_v4.4' into 'release…
Browse files Browse the repository at this point in the history
…/v4.4'

esp_wifi: fix typo in wifi_enterprise example README (Backport v4.4)

See merge request espressif/esp-idf!22651
  • Loading branch information
jack0c committed Mar 13, 2023
2 parents fee50c2 + 6a2e2d9 commit d56a3b5
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 d56a3b5

Please sign in to comment.