We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69d1309 + e943753 commit f6bc438Copy full SHA for f6bc438
UseSecurityFeatures.md
@@ -55,7 +55,7 @@ running this command, an eFuse block in the ESP32-C3 will be burnt with a
55
this value will be `RSA 2048`
56
57
```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
+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
59
```
60
- Type in **BURN** when prompted to.
61
0 commit comments