Skip to content

Commit

Permalink
Update api.github.com certificate signature (#5145)
Browse files Browse the repository at this point in the history
Fixes #5144
  • Loading branch information
earlephilhower authored Sep 18, 2018
1 parent bc2d4ec commit 1a44f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const int httpsPort = 443;

// Use web browser to view and copy
// SHA1 fingerprint of the certificate
const char* fingerprint = "35 85 74 EF 67 35 A7 CE 40 69 50 F3 C0 F6 80 CF 80 3B 2E 19";
const char* fingerprint = "5F F1 60 31 09 04 3E F2 90 D2 B0 8A 50 38 04 E8 37 9F BC 76";

void setup() {
Serial.begin(115200);
Expand Down

1 comment on commit 1a44f79

@jaymedavis
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like it changed again to 5974618813ca1234154d110ac17fe667076942f5

Please sign in to comment.