Skip to content

Commit 5189dba

Browse files
committed
docs(ssl): update comments for TLS/SSL certificate management in ESP8266
1 parent 8e0bff5 commit 5189dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AdafruitIO_Definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class AdafruitIOGroupCallback {
115115
#define AIO_ERROR_TOPIC "/errors" ///< Adafruit IO Error MQTT Topic
116116
#define AIO_THROTTLE_TOPIC "/throttle" ///< Adafruit IO Throttle MQTT Topic
117117

118-
/* NB: io.adafruit.com TLS/SSL certificate changes every 6months, and pinning
118+
/* NOTE: io.adafruit.com TLS/SSL certificate changes every 6months, and pinning
119119
certificates is no longer recommended. Migrate to a larger MCU like ESP32
120120
which can accomodate root certificates and verify chains of trust. */
121121
/* For older devices like ESP8266 you can generate the latest fingerprint with:

src/wifi/AdafruitIO_ESP8266.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/* NOTE - Projects that require "Secure MQTT" (TLS/SSL) also require a new
2626
* SSL certificate every year. If adding Secure MQTT to your ESP8266 project is
2727
* important - please switch to using the modern ESP32 (and related models)
28-
* instead of the ESP8266 to avoid updating the SSL fingerprint every 6months.
28+
* instead of the ESP8266 to avoid updating the SSL fingerprint every 6 months.
2929
*
3030
* If you've read through this and still want to use "Secure MQTT" with your
3131
* ESP8266 project, we've left the "WiFiClientSecure" lines commented out. To

0 commit comments

Comments
 (0)