From 871fc3184ad5ece1633833f169e771629306ed94 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 11 Oct 2017 17:09:12 +0100 Subject: [PATCH] Load CA certificates for HTTPS Signed-off-by: Michael Tremer --- ipfireboot.ipxe | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ipfireboot.ipxe b/ipfireboot.ipxe index 6d98a00..e61e92d 100644 --- a/ipfireboot.ipxe +++ b/ipfireboot.ipxe @@ -1,5 +1,8 @@ #!ipxe +# Load CA certificates from here +set crosscert http://ca.ipxe.org/auto + # Determine the architecture we are running on cpuid --ext 29 && set arch x86_64 || set arch i386 -- 2.39.2