payloads/ipxe: Enable HTTPS support
Change-Id: Ia25d4ce9260fa8c00fdea0e19f5e927559371af0 Signed-off-by: Felix Singer <migy@darmstadt.ccc.de> Signed-off-by: Piotr Król <piotr.krol@3mdeb.com> Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31086 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
committed by
Michał Żygowski
parent
a932f6e507
commit
c7f473642a
8
payloads/external/iPXE/Kconfig
vendored
8
payloads/external/iPXE/Kconfig
vendored
@@ -113,5 +113,13 @@ config PXE_SCRIPT
|
||||
Uses the ipxe script instead showing the prompt:
|
||||
"Press Ctrl-B to start iPXE..."
|
||||
|
||||
config PXE_HAS_HTTPS
|
||||
bool "Enable HTTPS protocol"
|
||||
default y
|
||||
depends on BUILD_IPXE
|
||||
help
|
||||
Enable HTTPS protocol, which allows you to encrypt all communication
|
||||
with a web server and to verify the server's identity
|
||||
|
||||
endmenu
|
||||
endif
|
||||
|
Reference in New Issue
Block a user