Skip to content

Commit e943753

Browse files
UseSecurityFeatures.md: Use cust_flash_tlv format
The cust_flash flash format has been deprecated by the http://github.com/espressif/esp_secure_cert_mgr component. Updating the document to use cust_flash_tlv format for storing the PKI data instead of cust_flash.
1 parent 69d1309 commit e943753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UseSecurityFeatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ running this command, an eFuse block in the ESP32-C3 will be burnt with a
5555
this value will be `RSA 2048`
5656

5757
```sh
58-
python managed_components/espressif__esp_secure_cert_mgr/tools/configure_esp_secure_cert.py -p PORT --configure_ds --keep_ds_data_on_host --ca-cert CA_CERT_FILEPATH --device-cert DEVICE_CERT_FILEPATH --private-key PRIVATE_KEY_FILEPATH --target_chip CHIP_TYPE --secure_cert_type cust_flash --priv_key_algo PRIVATE_KEY_ALGORITHM
58+
python managed_components/espressif__esp_secure_cert_mgr/tools/configure_esp_secure_cert.py -p PORT --configure_ds --keep_ds_data_on_host --ca-cert CA_CERT_FILEPATH --device-cert DEVICE_CERT_FILEPATH --private-key PRIVATE_KEY_FILEPATH --target_chip CHIP_TYPE --secure_cert_type cust_flash_tlv --priv_key_algo PRIVATE_KEY_ALGORITHM
5959
```
6060
- Type in **BURN** when prompted to.
6161

0 commit comments

Comments
 (0)