Skip to content

Commit

Permalink
libressl: move cabundle to /etc/ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansaraev committed Apr 7, 2015
1 parent 7c35f31 commit 6c4b5fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/security/libressl/package.mk
Expand Up @@ -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
}

0 comments on commit 6c4b5fd

Please sign in to comment.