Skip to content

Commit

Permalink
Merge pull request #130 from adafruit/ssl-fingerprint-2020
Browse files Browse the repository at this point in the history
latest adafruit io ssl fingerprint
  • Loading branch information
brentru authored Jul 6, 2020
2 parents 66d04a9 + fa397ae commit a4e8933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit IO Arduino
version=3.6.4
version=3.7.0
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=Arduino library to access Adafruit IO.
Expand Down
2 changes: 1 addition & 1 deletion src/AdafruitIO_Definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class AdafruitIOGroupCallback {
// echo | openssl s_client -connect io.adafruit.com:443 | openssl x509
// -fingerprint -noout
#define AIO_SSL_FINGERPRINT \
"77 00 54 2D DA E7 D8 03 27 31 23 99 EB 27 DB CB A5 4C 57 18" ///< Latest
"59 3C 48 0A B1 8B 39 4E 0D 58 50 47 9A 13 55 60 CC A0 1D AF" ///< Latest
///< Adafruit IO
///< SSL
///< Fingerprint
Expand Down

0 comments on commit a4e8933

Please sign in to comment.