mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:24:26 +00:00
.
This commit is contained in:
@@ -76,4 +76,18 @@ static const char NODE_CERT_CA[] PROGMEM = R"EOF(
|
||||
-----END CERTIFICATE-----
|
||||
)EOF";
|
||||
|
||||
// MQTT Client Certificate
|
||||
static const char NODE_CERT_CRT [] PROGMEM = R"EOF(
|
||||
-----BEGIN CERTIFICATE-----
|
||||
< Cut&Paste content of client certificate over here >
|
||||
-----END CERTIFICATE-----
|
||||
)EOF";
|
||||
|
||||
// MQTT Client Key
|
||||
static const char NODE_CERT_PRIVATE [] PROGMEM = R"EOF(
|
||||
-----BEGIN CERTIFICATE-----
|
||||
< Cut&Paste content of client key over here >
|
||||
-----END CERTIFICATE-----
|
||||
)EOF";
|
||||
|
||||
```
|
Reference in New Issue
Block a user