1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

[CaBundle] Update bundle + fix make_ca_bundle.sh script

make_ca_bundle.sh was actually appending all certs to the file.
As a result, there were duplicated certificates after multiple runs
of the script.
This commit is contained in:
nowrep 2014-03-14 12:27:10 +01:00
parent 83bb7c757c
commit fbafd56e90
3 changed files with 350 additions and 4464 deletions

View File

@ -1,7 +1,6 @@
#!/bin/bash
# It will probably work only for Debian based distros
cat /usr/share/ca-certificates/*/*.crt > ../src/lib/data/data/ca-bundle.crt
cat /etc/ssl/certs/*.pem >> ../src/lib/data/data/ca-bundle.crt
cat /etc/ssl/certs/*.pem > ../src/lib/data/data/ca-bundle.crt
exit 0

View File

@ -1 +1 @@
6
7

File diff suppressed because it is too large Load Diff