From aec4a74a1054bc4f6c6ed8de71ee8a9c284782dc Mon Sep 17 00:00:00 2001 From: pennam Date: Wed, 22 Nov 2023 10:20:55 +0100 Subject: [PATCH] Examples: GitHub OTA fix reference to default Root CA --- examples/OTA_GitHub_Server/OTA_GitHub_Server.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/OTA_GitHub_Server/OTA_GitHub_Server.ino b/examples/OTA_GitHub_Server/OTA_GitHub_Server.ino index 7f82b63..6fc23ab 100644 --- a/examples/OTA_GitHub_Server/OTA_GitHub_Server.ino +++ b/examples/OTA_GitHub_Server/OTA_GitHub_Server.ino @@ -11,8 +11,8 @@ * B) ./bin2ota.py ESP SKETCH.lzss SKETCH.ota * 4) Upload the OTA file to a network reachable location, e.g. LOLIN_32_Blink.ino.ota * has been uploaded to: http://downloads.arduino.cc/ota/LOLIN_32_Blink.ino.ota - * 5) Verify if a custom ca_cert is needed by default Amazon root CA are used - * https://www.amazontrust.com/repository/ + * 5) Verify if a custom ca_cert is needed by default DigiCert root CA are used + * https://www.digicert.com/kb/digicert-root-certificates.htm * 6) Perform an OTA update via steps outlined below. */