Skip to content

Commit

Permalink
add ca certs
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Apr 10, 2022
1 parent bed49ed commit e3d4d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ else
fi
ldd $RELEASE/usr/bin/ebusd | egrep -q libssl.so.1.1
if [ $? -eq 0 ]; then
extralibs="$extralibs, libssl1.1 (>= 1.1.0)"
extralibs="$extralibs, libssl1.1 (>= 1.1.0), ca-certificates"
fi

if [ -n "$RUNTEST" ]; then
Expand Down

0 comments on commit e3d4d7a

Please sign in to comment.