Commit Graph

86 Commits

Author SHA1 Message Date
Douglas R. Reno
f0f7cf2266
make-ca.conf.dist: Fix typos in comment 2020-11-12 20:49:53 -06:00
DJ Lucas
41c9ddb0b7 make-ca, CHANGELOG: post release version bump 2020-03-07 23:06:40 -06:00
DJ Lucas
88d6dc7f8c help2man: revert update (requires full perl environment) 2020-03-07 22:55:16 -06:00
DJ Lucas
fa868f361b make-ca,CHANGELOG: post release version bump 2020-03-07 22:46:04 -06:00
DJ Lucas
30f31a14f7 CHANGLOG: Add note about new help2man 2020-03-07 22:41:51 -06:00
DJ Lucas
f7a455a6b8 CHANGELOG: Typo 2020-03-07 22:40:11 -06:00
DJ Lucas
892378ecbe make-ca, include.h2m: Add detailed dependncy info and add note about configuration file 2020-03-07 22:37:27 -06:00
DJ Lucas
81786ef1c1
README: include prerequisites 2020-03-07 20:46:09 -06:00
DJ Lucas
11fa4267cd Update changelog. 2020-02-05 20:43:34 -06:00
DJ Lucas
c3b3a65eb1
Merge pull request #7 from xry111/makedep
Makefile: add dependency so "make install" won't need -j1
2020-02-05 19:01:14 -06:00
Xℹ Ruoyao
84d5ba706c Makefile: add dependency so "make install" won't need -j1
Now due to a missing dependency, "make install" will fail if
MAKEFLAGS="-j N" is set to $N > 1$.  Add an additional dependency to
fix it.
2020-02-05 14:47:02 +08:00
DJ Lucas
294389bfc4 make-ca: post release version bump 2019-09-10 22:19:12 -05:00
DJ Lucas
55a5f39c5a CHANGELOG: Add entry for previous change. 2019-09-10 22:15:30 -05:00
DJ Lucas
aa68b77848
Merge pull request #3 from knusbaum/master
make-ca: Allow generation of certs in DESTDIR.
2019-09-04 19:36:15 -05:00
DJ Lucas
fb36653128 README: add note about distribuion. 2019-09-04 19:34:44 -05:00
Kyle Nusbaum
74be5b2754 Allow generation of certs in DESTDIR. 2019-09-04 11:20:59 -05:00
DJ Lucas
8b63f49f2b Post release version bump. 2019-04-13 00:13:32 -05:00
DJ Lucas
c7728786b8 Revert change to use /usr/bin/update-ca-certifiates for systemd service 2019-04-13 00:06:14 -05:00
DJ Lucas
5f9c836053 Redirect errors in copy-trust-modifications script
Use update-ca-certificates for systemd service
2019-04-12 23:11:01 -05:00
DJ Lucas
b616663f62 Update README 2019-04-12 22:53:30 -05:00
DJ Lucas
4b171eb701 Fix syntax error in check_arg() function 2019-04-12 22:32:02 -05:00
DJ Lucas
31e66e0c74 Remove unused variables saarg, csarg, and smarg in get_trust_values() function
Remove unused CERTLIST variable in copy-trust-modifications
Correct STDERR redirection in multiple functions
2019-04-12 22:20:20 -05:00
DJ Lucas
ddad9bbee0 Added write_nss_db() and write_java_p12() functions 2019-01-05 19:16:07 -06:00
DJ Lucas
a2b5c44153
Update README 2019-01-04 21:35:03 -06:00
DJ Lucas
1f668ec233 Fix filename 2019-01-01 20:16:40 -06:00
DJ Lucas
73c979f2b8 Update README and minor text modification 2019-01-01 20:09:21 -06:00
DJ Lucas
30fc33d7fe Changed default name of anchors list to use md5sums extension
Added copy-trust-modifcations script for use by p11-kit
2019-01-01 20:00:04 -06:00
DJ Lucas
7e305de608 Fix certificate label in local certificates 2019-01-01 19:35:19 -06:00
DJ Lucas
6832ac11b8 Added get_trust_values(), get_p11_trust(), and write_anchor() functions to eliminate duplicate code 2019-01-01 14:35:23 -06:00
DJ Lucas
5316943b46 Use md5sum values for anchors.txt to detect p11-kit changes
Added get_p11_label function to get reliable label values
2019-01-01 14:08:35 -06:00
DJ Lucas
33cdab2a45 Add anchorlist for use by p11-kit to utilize LOCALDIR 2018-12-28 00:41:01 -06:00
DJ Lucas
2526d6b813 Fix assignment of make-ca.conf 2018-12-01 17:26:26 -06:00
DJ Lucas
a3a5711466 Allow definition of configuratino file and install default configuration file. 2018-12-01 17:21:37 -06:00
DJ Lucas
b8603c3856 Perform system installation of update service files
Separate installation step for other consumers
- Partial merge of PR from Graham Weldon
2018-12-01 17:07:13 -06:00
DJ Lucas
aa43bb31eb Add missing java change to CHANGELOG 2018-12-01 16:07:58 -06:00
DJ Lucas
5a06937b96 Fix typo 2018-12-01 16:05:08 -06:00
DJ Lucas
ca103899f6 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
2018-12-01 16:03:19 -06:00
DJ Lucas
21ec3212be clean up inadvertant website change 2018-12-01 12:25:54 -06:00
DJ Lucas
7fe19acbb1 Set theme jekyll-theme-slate 2018-12-01 12:21:13 -06:00
DJ Lucas
d30386dc33 Fix help output for optional argument to -n 2018-09-04 22:44:07 -05:00
DJ Lucas
600de222bd minor logic fixes 2018-09-04 22:41:01 -05:00
DJ Lucas
98c0193bb5 Add back Java P12 certs (disabled by default)
Disable NSSDB by default
2018-09-04 22:19:40 -05:00
DJ Lucas
1aa966774d Fix changelog, compatibility symlink never went in, and will not 2018-09-03 01:02:16 -05:00
DJ Lucas
1477399b17 Put back creation of blank NSSDB 2018-09-03 01:01:28 -05:00
DJ Lucas
d342d6f51a Fix accidental breakage of anchors 2018-09-03 00:57:28 -05:00
DJ Lucas
eb574a7166 Properly update CHANGELOG. 2018-09-02 03:12:44 -05:00
DJ Lucas
f311a2b9cb Actually depend on the network-onlne.target. 2018-09-02 03:11:54 -05:00
DJ Lucas
3d0431cd86 Added "Wants=network-online.target" to update-pki.service 2018-09-02 03:08:21 -05:00
DJ Lucas
e0d9307489 Use p11-kit to generate alternate stores 2018-09-02 02:59:25 -05:00
DJ Lucas
486284c5ad
Use 'openssl rehash' instead of 'c_rehash'
Manual merge:
From 8fc206c2a9eb627dadc89c50f9c3b2992560130c Mon Sep 17 00:00:00 2001
From: Ken Moffat <zarniwhoop_AT_ntlworld_DOT_com>
Date: Thu, 5 Apr 2018 20:36:04 +0100
Subject: [PATCH] Change c_rehash to openssl rehash.
2018-04-06 00:30:28 -05:00