Skip to content

Commit 9c8db82

Browse files
authored
Merge pull request #231 from torselden/master
Update io.adafruit.com certificate fingerprint
2 parents a022705 + df7828c commit 9c8db82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/adafruitio_secure_esp8266/adafruitio_secure_esp8266.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ WiFiClientSecure client;
4444
Adafruit_MQTT_Client mqtt(&client, AIO_SERVER, AIO_SERVERPORT, AIO_USERNAME, AIO_KEY);
4545

4646
// io.adafruit.com SHA1 fingerprint
47-
/* WARNING - This value was last updated on 08/15/22 and may not be up-to-date!
47+
/* WARNING - This value was last updated on 07/02/24 and may not be up-to-date!
4848
* If security is a concern for your project, we strongly recommend users impacted by this moving
4949
* to ESP32 which has certificate verification by storing root certs and having a
5050
* chain-of-trust rather than doing individual certificate fingerprints.
5151
*/
52-
static const char *fingerprint PROGMEM = "4E C1 52 73 24 A8 36 D6 7A 4C 67 C7 91 0C 0A 22 B9 2D 5B CA";
52+
static const char *fingerprint PROGMEM = "23 97 B0 6A 5A DA 2C F7 F3 3D 0E AB 9B E8 F7 3A 97 A4 07 C1";
5353

5454
/****************************** Feeds ***************************************/
5555

0 commit comments

Comments
 (0)