mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
.
This commit is contained in:
parent
5a86b36353
commit
7b7af534e9
@ -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";
|
||||
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user