Trying to sign and load applet #374
-
Hi! I'm facing two problems regarding signing an applet and further uploading it to an SSD in the card. Signing the applet
openssl genrsa 1024 > rsa.pem
openssl rsa -pubout -in rsa.pem -out rsa.pub
as a fallback measure, I used
I can see how Uploading the signed applet to the cardNote: I followed some of the commands from this issue: #248
Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
a) please try with the latest release b) you should be giving --dap-key <path.pem> for DAP signatures to the applet (with the latest release). What was written into applet.cap by capfile.jar is no longer used. There are deficiencies in wiki docks (DAP section is the only one missing in wiki) but the use might be self-explanatory. Either way let me know how it goes. |
Beta Was this translation helpful? Give feedback.
-
Yep. Here's the issue. The problem is that there are cards that reject on type or the other type, so some annoying "try until you succeed" needs to happen if there are no good "card profiles" It will take a few days for me to find the timeslot to attack this. While I'm trying to find that time - if you can upload the key with previous version - you should be just fine continuing other operations with newer one. |
Beta Was this translation helpful? Give feedback.
Yep. Here's the issue. The problem is that there are cards that reject on type or the other type, so some annoying "try until you succeed" needs to happen if there are no good "card profiles"
#375
It will take a few days for me to find the timeslot to attack this. While I'm trying to find that time - if you can upload the key with previous version - you should be just fine continuing other operations with newer one.