|
@@ -41,6 +41,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
41
|
41
|
#include <ipxe/crc32.h>
|
42
|
42
|
#include <ipxe/ocsp.h>
|
43
|
43
|
#include <ipxe/validator.h>
|
|
44
|
+#include <config/crypto.h>
|
44
|
45
|
|
45
|
46
|
/** @file
|
46
|
47
|
*
|
|
@@ -133,7 +134,7 @@ const struct setting crosscert_setting __setting ( SETTING_CRYPTO, crosscert )={
|
133
|
134
|
};
|
134
|
135
|
|
135
|
136
|
/** Default cross-signed certificate source */
|
136
|
|
-static const char crosscert_default[] = "http://ca.ipxe.org/auto";
|
|
137
|
+static const char crosscert_default[] = CROSSCERT;
|
137
|
138
|
|
138
|
139
|
/**
|
139
|
140
|
* Append cross-signing certificates to certificate chain
|