You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-07-23 05:40:59 +03:00
Update adafruitio_secure_esp8266.ino - mention expiry date
This commit is contained in:
@ -44,7 +44,7 @@ WiFiClientSecure client;
|
|||||||
Adafruit_MQTT_Client mqtt(&client, AIO_SERVER, AIO_SERVERPORT, AIO_USERNAME, AIO_KEY);
|
Adafruit_MQTT_Client mqtt(&client, AIO_SERVER, AIO_SERVERPORT, AIO_USERNAME, AIO_KEY);
|
||||||
|
|
||||||
// io.adafruit.com SHA1 fingerprint
|
// io.adafruit.com SHA1 fingerprint
|
||||||
/* WARNING - This value was last updated on 07/02/24 and may not be up-to-date!
|
/* WARNING - This value was last updated on 07/02/24 (expires Aug2025) and may not be up-to-date!
|
||||||
* If security is a concern for your project, we strongly recommend users impacted by this moving
|
* If security is a concern for your project, we strongly recommend users impacted by this moving
|
||||||
* to ESP32 which has certificate verification by storing root certs and having a
|
* to ESP32 which has certificate verification by storing root certs and having a
|
||||||
* chain-of-trust rather than doing individual certificate fingerprints.
|
* chain-of-trust rather than doing individual certificate fingerprints.
|
||||||
|
Reference in New Issue
Block a user