Skip to content

Commit fbe9043

Browse files
restyled-commitsshubhamdp
authored andcommitted
Restyled by prettier-markdown
1 parent d41fc2d commit fbe9043

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/platforms/esp32/ota.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ Please follow the steps below to generate an application image for OTA upgrades:
9494
9595
1. Generate a new RSA-3072 key pair or use an existing one.
9696
97-
- To generate a key pair, use the following command:
97+
- To generate a key pair, use the following command:
9898
9999
```
100100
openssl genrsa -out esp_image_encryption_key.pem 3072
101101
```
102102
103-
- Extract the public key from the key pair:
103+
- Extract the public key from the key pair:
104104
```
105105
openssl rsa -in esp_image_encryption_key.pem -pubout -out esp_image_encryption_public_key.pem
106106
```
@@ -109,7 +109,7 @@ Please follow the steps below to generate an application image for OTA upgrades:
109109
[esp_enc_img_gen.py](https://github.com/espressif/idf-extra-components/blob/master/esp_encrypted_img/tools/esp_enc_img_gen.py)
110110
script.
111111
112-
- Use the following command to encrypt the OTA image with the public key:
112+
- Use the following command to encrypt the OTA image with the public key:
113113
114114
```
115115
python3 esp_enc_img_gen.py encrypt lighting-app.bin esp_image_encryption_public_key.pem lighting-app-encrypted.bin

0 commit comments

Comments
 (0)