Skip to content

Commit

Permalink
Make clear, that certs are needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor authored Feb 26, 2024
1 parent 1fd8871 commit c1f0528
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/docs/tools/teddyCloud/dump-certs/esp32.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ mv certs/client/PRIVATE.DER certs/client/private.der
mv certs/client/CA.DER certs/client/ca.der
```

Be sure, that the dump is okay and you are able to extract the certificates.

![Read flash](/img/esp32_read_flash_webui.png)

![Finished reading the flash/hostname](/img/esp32_read_flash_finished_webui.png)
Expand All @@ -51,4 +53,6 @@ cp certs/client/esp32/PRIVATE.DER certs/client/esp32-fakeca/
cp certs/server/ca.der certs/client/esp32-fakeca/CA.DER
```

Be sure, that the dump is okay and you are able to extract the certificates.

[Please continue with flash CA step for the ESP32](../../flash-ca/esp32)

0 comments on commit c1f0528

Please sign in to comment.