mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 07:35:57 +03:00
[GH-ISSUE #1259] Add support for Certificate management commands #1909
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#1909
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 @CygnusHyoga on GitHub (Jun 23, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1259
Is your feature request related to a problem? Please describe.
I've netbootxyz selfhosted with docker/k8s, and I would really like to use certificates to be able to connect to private https webserver / repo / etc.
Describe the solution you'd like
Distribute netbootxyz with Certificate management commands with CERT_CMD (https://ipxe.org/buildcfg/cert_cmd) to enable commands:
certstat,
certstore
certfree.
Thanks!