WORKSPACE: update CA root store
Update our CA root store, which has become quite outdated.
curl.haxx.se is now curl.se, see
https://curl.se/mail/lib-2020-11/0000.html
Change-Id: Ic63908572ee64bb18451db9e0516f9a653152b3b
Reviewed-on: https://review.monogon.dev/c/monogon/+/1407
Tested-by: Jenkins CI
Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/WORKSPACE b/WORKSPACE
index d61b7d0..80fe92d 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -278,8 +278,8 @@
# Derived from Mozilla NSS, currently needed for containerd to be able to pull images
http_file(
name = "cacerts",
- sha256 = "adf770dfd574a0d6026bfaa270cb6879b063957177a991d453ff1d302c02081f",
- urls = ["https://curl.haxx.se/ca/cacert-2020-01-01.pem"],
+ sha256 = "fb1ecd641d0a02c01bc9036d513cb658bbda62a75e246bedbc01764560a639f0",
+ urls = ["https://curl.se/ca/cacert-2023-01-10.pem"],
)
# lz4, the library and the tool.