Move bundle defaults to /etc/pki/tls/certs/

Fix invalid test cases on command line processing
Remove -c/--cadir flags, replace with -b/--bindledir to store all bundles in same location
This commit is contained in:
DJ Lucas
2018-12-01 16:03:19 -06:00
parent 21ec3212be
commit ca103899f6
2 changed files with 32 additions and 43 deletions

View File

@@ -1,3 +1,7 @@
1.0 - Move bundle defaults to /etc/pki/tls/certs/
- Fix invalid test cases on command line processing
- Remove -c/--cadir flags, replace with -b/--bindledir to store
all bundles in same location
0.9 - Use P11-Kit trust module to generate alternate certificate stores
from trust policy
- Only generate the trust store (and optionally NSSDB and Java PKCS#12)