certs: Sync with Mozilla bundle as of Dec 4, 2025

Rename file to `ca-bundle.crt` to match upstream.
This commit is contained in:
Rémi Verschelde
2025-12-12 16:16:41 +01:00
parent 1cf3180537
commit 48d2461e9a
6 changed files with 131 additions and 263 deletions

View File

@@ -201,7 +201,7 @@ env.add_source_files(env.core_sources, gen_encrypt)
# Certificates
env.CommandNoCache(
"#core/io/certs_compressed.gen.h",
["#thirdparty/certs/ca-certificates.crt", env.Value(env["builtin_certs"]), env.Value(env["system_certs_path"])],
["#thirdparty/certs/ca-bundle.crt", env.Value(env["builtin_certs"]), env.Value(env["system_certs_path"])],
env.Run(core_builders.make_certs_header),
)