Skip to content

Commit aec4a74

Browse files
committed
Examples: GitHub OTA fix reference to default Root CA
1 parent 5ccb160 commit aec4a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/OTA_GitHub_Server/OTA_GitHub_Server.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* B) ./bin2ota.py ESP SKETCH.lzss SKETCH.ota
1212
* 4) Upload the OTA file to a network reachable location, e.g. LOLIN_32_Blink.ino.ota
1313
* has been uploaded to: http://downloads.arduino.cc/ota/LOLIN_32_Blink.ino.ota
14-
* 5) Verify if a custom ca_cert is needed by default Amazon root CA are used
15-
* https://www.amazontrust.com/repository/
14+
* 5) Verify if a custom ca_cert is needed by default DigiCert root CA are used
15+
* https://www.digicert.com/kb/digicert-root-certificates.htm
1616
* 6) Perform an OTA update via steps outlined below.
1717
*/
1818

0 commit comments

Comments
 (0)