Skip to content

Commit a4e1ee0

Browse files
authored
Merge pull request #110 from abachman/abachman-update-IO-tls-fingerprint
update IO TLS fingerprint
2 parents 7fffb1e + c25d31f commit a4e1ee0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/adafruitio_secure_esp8266/adafruitio_secure_esp8266.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ WiFiClientSecure client;
4040
// Setup the MQTT client class by passing in the WiFi client and MQTT server and login details.
4141
Adafruit_MQTT_Client mqtt(&client, AIO_SERVER, AIO_SERVERPORT, AIO_USERNAME, AIO_KEY);
4242

43-
// io.adafruit.com SHA1 fingerprint
44-
const char* fingerprint = "AD 4B 64 B3 67 40 B5 FC 0E 51 9B BD 25 E9 7F 88 B6 2A A3 5B";
43+
// io.adafruit.com SHA1 fingerprint. Current fingerprint can be verified via:
44+
// echo | openssl s_client -connect io.adafruit.com:443 |& openssl x509 -fingerprint -noout
45+
#define AIO_SSL_FINGERPRINT "77 00 54 2D DA E7 D8 03 27 31 23 99 EB 27 DB CB A5 4C 57 18"
4546

4647
/****************************** Feeds ***************************************/
4748

0 commit comments

Comments
 (0)