aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-27 16:11:09 +0300
committerCem Keylan <cem@ckyln.com>2020-04-27 16:11:09 +0300
commit49ac9f643ac38d33c9bc4ff6ab346d4f40a540b7 (patch)
treeed4f5b4f14f4ac1dd18d6944613616cf608e6581
parent0e76e36dd75089f79d21ed9b1d3f04d8903c2d27 (diff)
downloadrepository-49ac9f643ac38d33c9bc4ff6ab346d4f40a540b7.tar.gz
libressl: link cert.pem
-rwxr-xr-xcore/libressl/build3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/libressl/build b/core/libressl/build
index efe55abb..86ade623 100755
--- a/core/libressl/build
+++ b/core/libressl/build
@@ -8,3 +8,6 @@ make
make DESTDIR="$1" install
install -Dm 755 update-certdata.sh "$1/etc/ssl"
+
+# Link ca-certificates to cert.pem
+ln -sfv ../cert.pem "$1/etc/ssl/certs/ca-certificates.crt"