Skip to content
Snippets Groups Projects
Verified Commit 29bf5784 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

ca-certificates: use pre-generated data

parent b5840884
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,6 @@ git = "https://gitlab.redox-os.org/redox-os/ca-certificates.git"
[build]
template = "custom"
script = """
curl \
-o certdata.txt \
--time-cond certdata.txt \
https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt
"${COOKBOOK_SOURCE}/make-ca.sh" -D "${COOKBOOK_BUILD}"
mkdir -pv "${COOKBOOK_STAGE}/ssl"
cp -rv "${COOKBOOK_BUILD}/etc/ssl/certs" "${COOKBOOK_STAGE}/ssl/certs"
cp -rv "${COOKBOOK_SOURCE}/certs" "${COOKBOOK_STAGE}/ssl/certs"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment