mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
libressl: also install ca bundle in /etc/ssl
This commit is contained in:
parent
1612c41498
commit
a0c38a4a84
@ -36,6 +36,9 @@ post_makeinstall_target() {
|
|||||||
# ca-certification: provides a tool to download and create ca-bundle.crt
|
# ca-certification: provides a tool to download and create ca-bundle.crt
|
||||||
# download url: http://curl.haxx.se
|
# download url: http://curl.haxx.se
|
||||||
# create new cert: perl ./mk-ca-bundle.pl
|
# create new cert: perl ./mk-ca-bundle.pl
|
||||||
|
# TODO OE6.0 install in /etc/ssl and rebuild curl
|
||||||
mkdir -p $INSTALL/$SSL_CERTIFICATES
|
mkdir -p $INSTALL/$SSL_CERTIFICATES
|
||||||
cp $PKG_DIR/cert/ca-bundle.crt $INSTALL/$SSL_CERTIFICATES/cacert.pem
|
cp $PKG_DIR/cert/ca-bundle.crt $INSTALL/$SSL_CERTIFICATES/cacert.pem
|
||||||
|
mkdir -p $INSTALL/etc/ssl
|
||||||
|
ln -sf $SSL_CERTIFICATES/cacert.pem $INSTALL/etc/ssl/cert.pem
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user