add ca to client

This commit is contained in:
Patrick 2024-11-14 16:10:32 +01:00
parent d408de0994
commit 9695b09087
2 changed files with 5 additions and 2 deletions

View file

@ -29,4 +29,7 @@ while true; do
if [ $? -eq 0 ]; then
break
fi
done
done
cp ca.crt /mnt/usr/local/share/ca-certificates/
chroot /mnt /bin/bash -c "update-ca-certificates"