Skip to content

Commit

Permalink
libressl: symlink cert.pem
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansaraev committed May 9, 2015
1 parent 6e6fcc9 commit 9db0648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/security/libressl/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ post_makeinstall_target() {
# backwards comatibility
mkdir -p $INSTALL/etc/pki/tls
ln -sf $SSL_CERTIFICATES/cacert.pem $INSTALL/etc/pki/tls/cacert.pem
ln -sf $SSL_CERTIFICATES/cacert.pem $INSTALL/etc/ssl/cert.pem
}

0 comments on commit 9db0648

Please sign in to comment.