From 1f33cd12cf47816baa51428d481ba3660dfea846 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Fri, 21 Jul 2023 09:11:44 +0100 Subject: [PATCH] Fix broken link Fix the link to the certificate bundle instructions. --- libraries/WiFiClientSecure/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/WiFiClientSecure/README.md b/libraries/WiFiClientSecure/README.md index 906b73b0410..b5b2e7d709f 100644 --- a/libraries/WiFiClientSecure/README.md +++ b/libraries/WiFiClientSecure/README.md @@ -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