mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libressl: move cabundle to /etc/ssl
This commit is contained in:
parent
7c35f31139
commit
6c4b5fd8e4
@ -36,9 +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/cert.pem
|
||||||
mkdir -p $INSTALL/etc/ssl
|
# backwards comatibility
|
||||||
ln -sf $SSL_CERTIFICATES/cacert.pem $INSTALL/etc/ssl/cert.pem
|
mkdir -p $INSTALL/etc/pki/tls
|
||||||
|
ln -sf $SSL_CERTIFICATES/cert.pem $INSTALL/etc/pki/tls/cacert.pem
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user