From 5479ac6b1dcc6a6c6f0363285c44a391aa7320a8 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Fri, 25 Mar 2022 07:34:25 +0530 Subject: [PATCH] docs/esp_crt_bundle: fix section reference for updating cert bundle --- docs/en/api-reference/protocols/esp_crt_bundle.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/en/api-reference/protocols/esp_crt_bundle.rst b/docs/en/api-reference/protocols/esp_crt_bundle.rst index 8ff30d5ce1..2554b2afe5 100644 --- a/docs/en/api-reference/protocols/esp_crt_bundle.rst +++ b/docs/en/api-reference/protocols/esp_crt_bundle.rst @@ -48,6 +48,8 @@ If using mbedTLS directly then the bundle may be activated by directly calling t esp_crt_bundle_attach(&conf); +.. _updating_bundle: + Generating the List of Root Certificates ---------------------------------------- The list of root certificates comes from Mozilla's NSS root certificate store, which can be found `here `_ @@ -57,12 +59,12 @@ Another alternative would be to download the finished list directly from the cur The common certificates bundle were made by selecting the authorities with a market share of more than 1 % from w3tech's `SSL Survey `_. These authorities were then used to pick the names of the certificates for the filter list, `cmn_crt_authorities.csv`, from `this list `_ provided by Mozilla. -.. _updating_bundle: + Updating the Certificate Bundle ------------------------------- -The bundle is embedded into the app and can be updated along with the app by an OTA update. If you want to include a more up-to-date bundle than the bundle currently included in IDF, then the certificate list can be downloaded from Mozilla as described in :ref:`updating_bundle`. +The bundle is embedded into the app and can be updated along with the app by an OTA update. If you want to include a more up-to-date bundle than the bundle currently included in ESP-IDF, then the certificate list can be downloaded from Mozilla as described in :ref:`updating_bundle`.