mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-08-07 06:16:58 +02:00
Enable CERT_CMD in iPXE
Enables certificate management commands in iPXE Closes: https://github.com/netbootxyz/netboot.xyz/issues/1259
This commit is contained in:
parent
dfeb6d76d0
commit
96e361d6a4
@ -1,3 +1,4 @@
|
||||
#define CERT_CMD /* Certificate management commands */
|
||||
#define CONSOLE_CMD /* Console command */
|
||||
#define DIGEST_CMD /* Image crypto digest commands */
|
||||
#define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */
|
||||
|
@ -1,3 +1,4 @@
|
||||
#define CERT_CMD /* Certificate management commands */
|
||||
#define CONSOLE_CMD /* Console command */
|
||||
#define DIGEST_CMD /* Image crypto digest commands */
|
||||
#define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */
|
||||
|
Loading…
Reference in New Issue
Block a user