Part Number: LAUNCHCC3220MODASF
Hi,
i have tried to create a otp file following https://www.ti.com/lit/ug/swru547a/swru547a.pdf?ts=1612165357917&ref_url=https%253A%252F%252Fwww.google.com%252F, Chapter 7.
Certificate chain:
* ca_ste.key is my self created private ca key vendor_root_ca_key
* ca_ste.pem is my self created and signed by ca_ste.key vendor_root_ca public certificate
* ste.pem is my self created vendor-root public certificate signed by ca_ste.key
* ste_key is my self created vendor-root private key.
Step under 7.1.1 Creating the Certificate Catalog success, Using ca_ste.der in folder
Step under 7.1.2 Signing the Certificate Catalog success, in this step i have used my private vendor key(ste_key)
Step under 7.2.1 Creating the OTP Metadata File fails
I have tried the following call:
SLImageCreator.exe tools meta --cert "D:\certificate_chain\MySSLChain\input_certs\ste.pem" --out_file "D:\certificate_chain\vendor_otp.meta" --mac "000000000000" --usechain
Command fails with:
Error: list index out of range
I don't know why ?
Do i have to use my root_ca certificate as pem ca_ste.pem which contains onyl certificate ? Or do i have to use ste.pem ?
It is not clear for me if the cert has to contain private key and public certificate or not ?
BR,
Arnaud