We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c097a2e commit 8daef2dCopy full SHA for 8daef2d
examples/MQTT_x509_bin/MQTT_x509_bin.ino
@@ -8,7 +8,7 @@
8
-WARNING: this example doesn't verify the server CA due low heap, this can be a security issue
9
*/
10
#include <ESP8266WiFi.h>
11
-#include <PubSubClient.h>
+#include <PubSubClient.h> //Get it from here: https://github.com/knolleary/pubsubclient
12
13
/* convert and replace with your keys
14
$ openssl x509 -in aaaaaaaaa-certificate.pem.crt -out certificates/cert.der -outform DER
0 commit comments