Part Number: AM6442
Dear All,
I am trying to create a debug certificate according to the Secure Debug User Guide, but I am having trouble with errors.
https://software-dl.ti.com/tisci/esd/latest/6_topic_user_guides/secure_debug.html#id4
The X509 configuration file is x509template.txt from mcu_plus_sdk_am64x_08_06_00_45.
I used Python 3.11.4 and OpenSSL 1.1.1m 14 Dec 2021.
+++++
openssl req -new -x509 -key custMpk.pem -nodes -outform der -out debug_unlock_cert.der -config x509template.txt -sha512
Error Loading extension section v3_ca
2164:error:2206C064:X509 V3 routines:s2i_ASN1_INTEGER:bn dec2bn error:crypto\x509v3\v3_utl.c:229:
2164:error:0D0B30B4:asn1 encoding routines:asn1_str2type:illegal integer:crypto\asn1\asn1_gen.c:625:string=TEST_CERT_TYPE
2164:error:22074074:X509 V3 routines:v3_generic_extension:extension value error:crypto\x509v3\v3_conf.c:246:value=SEQUENCE:boot_seq
+++++
Best regards,Shinji