]> git.ipfire.org Git - oddments/ipfire-netboot.git/commitdiff
Load CA certificates for HTTPS
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 11 Oct 2017 16:09:12 +0000 (17:09 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 11 Oct 2017 16:09:12 +0000 (17:09 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
ipfireboot.ipxe

index 6d98a0045077e2740c8594642abf594945ca8e78..e61e92da72783873c6928b6a633c04d653ef89ba 100644 (file)
@@ -1,5 +1,8 @@
 #!ipxe
 
 #!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
 
 # Determine the architecture we are running on
 cpuid --ext 29 && set arch x86_64 || set arch i386