Hi @diego_charles
Thank you for the clarification , i have one more question about CST , code signing tool ,
i'm trying to use a /keys/hab4_pki_tree.bat script to generate a PKI tree and when i try to specify the key type (rsa , rsa-pss ,ecc ) , like for example i chose rsa but it askes then for ecc length ! same thing if i chose ecc it askes then for rsa length
this is important because i burning fuses with the hash of these certs and keys so i have to be 100% sure
"Key Type Options:"
Select the key type (possible values: rsa, rsa-pss, ecc)?: rsa
Enter length for elliptic curve to be used for PKI tree:
Possible values p256, p384, p521:
"Key Type Options:"
Select the key type (possible values: rsa, rsa-pss, ecc)?: ecc
Enter key length in bits for PKI tree:
Thank you