Skip to content

Commit

Permalink
Merge pull request #25 from pennam/ref_fix
Browse files Browse the repository at this point in the history
Examples: GitHub OTA fix reference to default Root CA
  • Loading branch information
pennam authored Nov 22, 2023
2 parents c2934f3 + aec4a74 commit 92cad96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/OTA_GitHub_Server/OTA_GitHub_Server.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit 92cad96

Please sign in to comment.