X-Git-Url: http://git.ipfire.org/?p=oddments%2Fipfire-netboot.git;a=blobdiff_plain;f=ipfireboot.ipxe;h=e61e92da72783873c6928b6a633c04d653ef89ba;hp=6d98a0045077e2740c8594642abf594945ca8e78;hb=871fc3184ad5ece1633833f169e771629306ed94;hpb=b941c3ddea756dfa2d6e1ffda0eb0d18ef0678e7 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