Skip to content

Commit

Permalink
Fix broken link (#8441)
Browse files Browse the repository at this point in the history
Fix the link to the certificate bundle instructions.
  • Loading branch information
benlye authored Oct 6, 2023
1 parent 1da0ca8 commit 6091d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/WiFiClientSecure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ certificate for a given server. This allows the client to connect to all public

To use this feature in PlatformIO:
1. create a certificate bundle as described in the document below, or obtain a pre-built one you trust:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_crt_bundle.htm
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_crt_bundle.html
(gen_crt_bundle.py can be found in the /tools folder)
a. note: the full bundle will take up around 64k of flash space, but has minimal RAM usage, as only
the index of the certificates is kept in RAM
Expand Down

0 comments on commit 6091d52

Please sign in to comment.