Unverified Commit 6091d526 authored by Ben Lye's avatar Ben Lye Committed by GitHub

Fix broken link (#8441)

Fix the link to the certificate bundle instructions.
parent 1da0ca88
...@@ -34,7 +34,7 @@ certificate for a given server. This allows the client to connect to all public ...@@ -34,7 +34,7 @@ certificate for a given server. This allows the client to connect to all public
To use this feature in PlatformIO: 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: 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) (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 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 the index of the certificates is kept in RAM
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment