Skip to content

Commit 92cad96

Browse files
authored
Merge pull request #25 from pennam/ref_fix
Examples: GitHub OTA fix reference to default Root CA
2 parents c2934f3 + aec4a74 commit 92cad96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: examples/OTA_GitHub_Server/OTA_GitHub_Server.ino

+2-2
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)