diff --git a/roles/netbootxyz/files/ipxe/local/general.h b/roles/netbootxyz/files/ipxe/local/general.h index bd98adeb..e47273a7 100644 --- a/roles/netbootxyz/files/ipxe/local/general.h +++ b/roles/netbootxyz/files/ipxe/local/general.h @@ -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 */ diff --git a/roles/netbootxyz/files/ipxe/local/general.h.efi b/roles/netbootxyz/files/ipxe/local/general.h.efi index 2e016efd..4097dd3a 100644 --- a/roles/netbootxyz/files/ipxe/local/general.h.efi +++ b/roles/netbootxyz/files/ipxe/local/general.h.efi @@ -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 */