Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
err:0216eb [2018/08/02 11:02]
146.232.212.201 Added point about incorrect BIOS date
err:0216eb [2019/07/09 12:28]
mcb30
Line 1: Line 1:
-Using a self-signed certificatethe following build command resulted in a iPXE binary that would yield this "​0216eb.."​ error.+Add ''​DEBUG=tls,x509:​3,​certstore,​privkey''​ to make line for relevant run-time debug info.
  
-  make bin/​ipxe.lkrn EMBED=../​syslinux.ipxe CERT=../​certs/​selfsigned-cert.pem TRUST=../​certs/​selfsigned-cert.pem +If you want to trust multiple root certificatesuse one certificate per file and specify all files separated with comma as described ​ [[https://git.ipxe.org/ipxe.git/commit/aee3a064f22f994a930990c1bb0d339412e65d76|in the commit]] that introduced the feature.
- +
-Adding the "​PRIVKEY"​ option did not seem to resolve the error. +
- +
-By trial-and-errorI found the following method to work-around the error. +
- +
-  cd ../certs +
-  cat selfsigned-cert.pem selfsigned-key.pem > cert-and-key.pem +
-  cd ../src +
- +
-  make bin/ipxe.lkrn EMBED=../syslinux.ipxe CERT=../certs/cert-and-key.pem TRUST=../​certs/​cert-and-key.pem +
- +
-Add ''​DEBUG=tls,​x509,​certstore,​privkey''​ to make line for relevant run-time debug info.+
  
 === Checklist === === Checklist ===
err/0216eb.txt · Last modified: 2019/07/09 12:28 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.