You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
403 B
12 lines
403 B
name=ca-certificates
|
|
version=$(date +%d%m%Y)
|
|
|
|
dlfile "https://mxr.mozilla.org/mozilla-central/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1"
|
|
extrafile "make-ca.sh"
|
|
extrafile "make-cert.pl"
|
|
|
|
mkdir -p "$dir_install/tools/lib/ssl/certs"
|
|
sh ./make-ca.sh ./certdata.txt "$dir_install/tools/lib/ssl/certs"
|
|
c_rehash "$dir_install/tools/lib/ssl/certs"
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|
|
|