Hello,
I'm trying to generate RSA certificate after successfully generating RSA key pairs, and i'm using Openssl as my hostcrypto, but i run to this error:
App :INFO :PlugAndTrust_v04.01.01_20220112
App :INFO :Running ./generate_certificate
App :INFO :If you want to over-ride the selection, use ENV=EX_SSS_BOOT_SSS_PORT or pass in command line arguments.
App :INFO :Using default PlatfSCP03 keys. You can use keys from file using ENV=EX_SSS_BOOT_SCP03_PATH
sss :INFO :atr (Len=35)
00 A0 00 00 03 96 04 03 E8 00 FE 02 0B 03 E8 08
01 00 00 00 00 64 00 00 0A 4A 43 4F 50 34 20 41
54 50 4F
App :INFO :sss_key_store_get_key status 5a5a5a5a
App :INFO :len = 729
sss :ERROR:Selected padding is not supported for RSA Sign in SE050
App :INFO :ex_sss Finished
App :ERROR:ex_sss_entry Failed
App :ERROR:!ERROR! ret != 0.
So my qst is: can we generate RSA certificate like we do with ECC.
Thank you.