Update README.md
This commit is contained in:
parent
0ada0ff334
commit
97c46b1741
|
@ -18,11 +18,11 @@ cat le_x3_11_2018.pem | openssl x509 -inform PEM -outform DER -out data/ca_le.de
|
||||||
ar q data/certs.ar data/ca_le.der
|
ar q data/certs.ar data/ca_le.der
|
||||||
```
|
```
|
||||||
|
|
||||||
The firmware will check on bootup if at least one CA is uploaded and will report the ammount over serial.
|
The firmware will check on bootup if at least one CA is uploaded and will report the amount over serial.
|
||||||
The WiFiManger will only start up if a password for its configuration wlan is supplied - again, to avoid leakage over publicly hosted binaries, this password is stored out-of-band in the ESPs SPIFF flash storage and needs to be uploaded over USB once.
|
The WiFiManger will only start up if a password for its configuration wlan is supplied - again, to avoid leakage over publicly hosted binaries, this password is stored out-of-band in the ESPs SPIFF flash storage and needs to be uploaded over USB once.
|
||||||
|
|
||||||
Make sure to not include extra trailing characters since the firmware reads this file byte by byte:
|
Make sure to not include extra trailing characters since the firmware reads this file byte by byte:
|
||||||
|
|
||||||
```
|
```
|
||||||
echo -n "ChangeMe!2§" | data/config_password.txt
|
echo -n "ChangeMe!2§" > data/config_password.txt
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue