From: Michael Tremer Date: Wed, 11 Oct 2017 16:09:12 +0000 (+0100) Subject: Load CA certificates for HTTPS X-Git-Tag: v1.2~2 X-Git-Url: http://git.ipfire.org/?p=oddments%2Fipfire-netboot.git;a=commitdiff_plain;h=871fc3184ad5ece1633833f169e771629306ed94;ds=sidebyside Load CA certificates for HTTPS Signed-off-by: Michael Tremer --- 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