mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 07:05:56 +03:00
[GH-ISSUE #237] Generate Certificates #1643
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#1643
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 @burn2delete on GitHub (Apr 18, 2018).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/237
Originally assigned to: @thelamer on GitHub.
Hello,
Can we please get some instructions on how to generate certificates for netboot.xyz?
Currently I cannot build my own version using the existing script.
@dszidi commented on GitHub (Jan 31, 2019):
I'm trying to work around this as well. It looks like the pre-release script is tailored for the netboot.xyz site. It looks like there are references to the netboot.xyz certificate authority. So my first guess for a place to start is create a CA and make sure the pre-release script only references your CA.
@thelamer commented on GitHub (Dec 13, 2019):
This is coming in full self hosting, and automated building with Ansible.
When Version 2.x is released we will have documentation on self hosting locally and hosting a Website endpoint with signatures.
General preview:
https://github.com/netbootxyz/netboot.xyz/tree/development
@thelamer commented on GitHub (Dec 26, 2019):
Please see these instructions for self hosting:
https://netboot.xyz/selfhosting/
If you are looking for a local only type thing we also have a web application for configuring one:
https://hub.docker.com/r/linuxserver/netbootxyz
@antonym commented on GitHub (Dec 26, 2019):
There's also a deep dive into setting up the certs on the iPXE site. https://ipxe.org/crypto
You can generate the certs needed there and then there are options in the Ansible for specifying cert locations so that it will build the images for you.