]>
git.saurik.com Git - apple/security.git/blob - keychains/certscript
3 # Build a keychain out of roots or certs.
6 if ( $#argv != 2 ) then
7 echo usage
: ${prog:t} dbfile certsdir
8 echo dbfile must NOT exist.
12 # Our job is to cook up a list of files in certsdir, not including
16 set dbfile
=$cwd/$argv[1]
18 if ( -e $dbfile ) then
19 echo I insist that you delete
$argv[1] manually.
23 set cmd
="./makecerts $dbfile $certsdir/[a-zABD-Z0-9]* $certsdir/C[a-zA-UW-Z0-9]*"