Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
booting error when using code signing for linux kernel image
2016-04-15, 21:07
Post: #6
RE: booting error when using code signing for linux kernel image
Hello everyone ,
We solved the problem by entering the following commands:

openssl req -newkey rsa -keyout codesign.key -out codesign.req

openssl ca -config ca.cnf -extensions codesigning -in codesign.req -out codesign.crt

openssl cms -sign -binary -noattr -in vmlinuz -purpose any -signer codesign.crt -inkey codesign.key -certfile ca.crt -outform DER -out vmlinuz.sig


It seems that adding the purpose -any option solved the problem.

Thank you for your help. Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: booting error when using code signing for linux kernel image - apoorvmunshi - 2016-04-15 21:07



User(s) browsing this thread: 1 Guest(s)