|
|
@ -49,15 +49,14 @@ ca_convert() |
|
|
|
IFS="\\" |
|
|
|
do_append $LINE |
|
|
|
fi |
|
|
|
done < certdata.txt |
|
|
|
done < $1 |
|
|
|
echo -e "\nDone. $count CA's converted." |
|
|
|
} |
|
|
|
|
|
|
|
ca_pm() |
|
|
|
{ |
|
|
|
mkdir -p $root/etc/ssl |
|
|
|
tar -v $taropt `match_source_file -p ca-certificates` |
|
|
|
ca_convert |
|
|
|
ca_convert "$( match_source_file -p ca-certificates )" |
|
|
|
cd $root/etc/ssl && ln -sf certs/ca-bundle.crt cert.pem |
|
|
|
} |
|
|
|
|
|
|
|