Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: booting error when using code signing for linux kernel image
Post: RE: booting error when using code signing for li...

Hello everyone , We solved the problem by entering the following commands: openssl req -newkey rsa -keyout codesign.key -out codesign.req openssl ca -conf...
apoorvmunshi General 5 15,078 2016-04-15, 21:07
  Thread: booting error when using code signing for linux kernel image
Post: RE: booting error when using code signing for li...

1. openssl req -newkey rsa -keyout codesign.key -out codesign.req 2. openssl ca -config ca.cnf -extensions codesigning -in codesign.req -out codesign.crt 3. openssl cms -sign -binary -noattr -in vmli...
apoorvmunshi General 5 15,078 2016-04-14, 00:35
  Thread: booting error when using code signing for linux kernel image
Post: RE: booting error when using code signing for li...

(2016-04-09 18:31)NiKiZe Wrote:  The http://ipxe.org/0216eb3c errors points to x509 not being able to validate, maybe you could build with DEBUG=x509 to get more information about what the cause...
apoorvmunshi General 5 15,078 2016-04-12, 04:03
  Thread: Error in code signing using ipxe for Linux kernel
Post: Error in code signing using ipxe for Linux kernel

Hello , Please refer to the screenshot to see the error. The error code has no description on ipxe website. Error screenshot The error is http://ipxe.org/0216eb3c - This does not e...
apoorvmunshi General 0 3,946 2016-04-06, 06:25
  Thread: booting error when using code signing for linux kernel image
Post: booting error when using code signing for linux ...

[img]http://www.imageno.com/thumbs/20160406/5o34u38ryytb.jpg[/img] Hello , Image link : image link We are trying to implement code signing while using ipxe. Case 1 : We implemented cod...
apoorvmunshi General 5 15,078 2016-04-06, 05:52