mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/wifi_enterprise_example_typo_v5.0' into 'release/v5.0'
esp_wifi: fix typo in wifi_enterprise example README (Backport v5.0) See merge request espressif/esp-idf!22650
This commit is contained in:
commit
3d3df29792
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user