From c1f0528ac1391f07a98d72f2e6f46395340b7f05 Mon Sep 17 00:00:00 2001 From: 0xbadbee Date: Mon, 26 Feb 2024 20:21:00 +0100 Subject: [PATCH] Make clear, that certs are needed. --- content/docs/tools/teddyCloud/dump-certs/esp32.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/docs/tools/teddyCloud/dump-certs/esp32.md b/content/docs/tools/teddyCloud/dump-certs/esp32.md index 3c80fbd3..b5bcbf08 100644 --- a/content/docs/tools/teddyCloud/dump-certs/esp32.md +++ b/content/docs/tools/teddyCloud/dump-certs/esp32.md @@ -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) @@ -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)