commit 49ac9f643ac38d33c9bc4ff6ab346d4f40a540b7 parent 0e76e36dd75089f79d21ed9b1d3f04d8903c2d27 Author: Cem Keylan <cem@ckyln.com> Date: Mon, 27 Apr 2020 16:11:09 +0300 libressl: link cert.pem Diffstat:
M | core/libressl/build | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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"