mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 00:07:27 +03:00
[crypto] Automatically download cross-signed certificates
Automatically attempt to download any required cross-signing certificates from http://ca.ipxe.org/auto, in order to enable the use of standard SSL certificates issued by public CAs. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -364,6 +364,9 @@ struct dhcp_client_uuid {
|
||||
/** Client private key */
|
||||
#define DHCP_EB_KEY DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x5c )
|
||||
|
||||
/** Cross-signed certificate source */
|
||||
#define DHCP_EB_CROSS_CERT DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x5d )
|
||||
|
||||
/** Skip PXE DHCP protocol extensions such as ProxyDHCP
|
||||
*
|
||||
* If set to a non-zero value, iPXE will not wait for ProxyDHCP offers
|
||||
|
||||
Reference in New Issue
Block a user