We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da0ca8 commit 6091d52Copy full SHA for 6091d52
libraries/WiFiClientSecure/README.md
@@ -34,7 +34,7 @@ certificate for a given server. This allows the client to connect to all public
34
35
To use this feature in PlatformIO:
36
1. create a certificate bundle as described in the document below, or obtain a pre-built one you trust:
37
-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
38
(gen_crt_bundle.py can be found in the /tools folder)
39
a. note: the full bundle will take up around 64k of flash space, but has minimal RAM usage, as only
40
the index of the certificates is kept in RAM
0 commit comments