Skip to content

Commit 1f87e56

Browse files
authored
Merge pull request #175 from brentru/update-fingerprint-2025
Update SSL Fingerprint for 2025
2 parents 93251aa + e67e922 commit 1f87e56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit IO Arduino
2-
version=4.3.1
2+
version=4.3.2
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=Arduino library to access Adafruit IO.

src/AdafruitIO_Definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class AdafruitIOGroupCallback {
119119
// echo | openssl s_client -connect io.adafruit.com:443 | openssl x509
120120
// -fingerprint -noout
121121
#define AIO_SSL_FINGERPRINT \
122-
"4E C1 52 73 24 A8 36 D6 7A 4C 67 C7 91 0C 0A 22 B9 2D 5B CA" ///< Latest
122+
"47 D2 CB 14 DF 38 97 59 C6 65 1A 1F 3E 00 1E 53 CC A5 17 E0" ///< Latest
123123
///< Adafruit IO
124124
///< SSL
125125
///< Fingerprint

0 commit comments

Comments
 (0)