1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-07-21 18:22:06 +03:00

Update adafruitio_secure_esp8266.ino - mention expiry date

This commit is contained in:
Tyeth Gundry
2025-01-07 16:14:26 +00:00
committed by GitHub
parent 9c8db828c5
commit 81adeb8182

View File

@ -44,7 +44,7 @@ WiFiClientSecure client;
Adafruit_MQTT_Client mqtt(&client, AIO_SERVER, AIO_SERVERPORT, AIO_USERNAME, AIO_KEY);
// 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
* to ESP32 which has certificate verification by storing root certs and having a
* chain-of-trust rather than doing individual certificate fingerprints.