From e3d4d7a9502d15eef9e584d1c1e8980002abe0e3 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 10 Apr 2022 16:42:32 +0200 Subject: [PATCH] add ca certs --- make_debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_debian.sh b/make_debian.sh index 571beafe..055dfbcf 100755 --- a/make_debian.sh +++ b/make_debian.sh @@ -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