mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 07:05:56 +03:00
[GH-ISSUE #1605] Please add ca-netboot-xyz.crt to version management #2072
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#2072
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhangyoufu on GitHub (Apr 3, 2025).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1605
Is your feature request related to a problem? Please describe.
The
ca-netboot-xyz.crtis the trust anchor for this project. It is resonable to checkhttps://boot.netboot.xyz/sigs/menu.ipxe.sigagainst this CA cert before chainloading. I am not aware where I can find this CA certificate, except extracting it from .sig files.Describe the solution you'd like
Add
ca-netboot-xyz.crtandcodesign.crtinto this repo, so that whoever interested in chain of trust could find and consume them more easily.Describe alternatives you've considered
Something like https://ca.ipxe.org ? netboot.xyz does not cross-sign WebPKI root CAs, so may be too heavy.
But make the CA cert available via http/https URL is still helpful.
Additional context
ca-netboot-xyz.crtis about to expire onJan 28 16:37:31 2026 GMT. Could you please schedule a rotation and annouce it?