mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
# download url: http://curl.haxx.se
|
||||
# create new cert: perl ./mk-ca-bundle.pl
|
||||
# TODO OE6.0 install in /etc/ssl and rebuild curl
|
||||
mkdir -p $INSTALL/$SSL_CERTIFICATES
|
||||
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
|
||||
cp $PKG_DIR/cert/ca-bundle.crt $INSTALL/$SSL_CERTIFICATES/cert.pem
|
||||
# backwards comatibility
|
||||
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