@@ -18,13 +18,13 @@ that consumes many of the functionalities of the library:
18
18
19
19
```
20
20
$ ./certmin
21
- certmin, 0.5.5 . A minimalist certificate utility.
21
+ certmin, 0.5.6 . A minimalist certificate utility.
22
22
See https://github.com/nxadm/certmin for more information.
23
23
24
24
Usage:
25
25
certmin skim cert-location1 [cert-location2...]
26
26
[--leaf|--follow] [--no-roots]
27
- [--sort|--rsort] [--keep] [--no-colour]
27
+ [--sort|--rsort] [--once] [-- keep] [--no-colour]
28
28
certmin verify-chain cert-location [cert-location2...]
29
29
[--root=ca-file1 --root=ca-file2...]
30
30
[--inter=inter-file1 --inter=inter-file2...]
@@ -55,6 +55,10 @@ Global options (optional):
55
55
--inter | -i : intermediate certificate file(s).
56
56
--sort | -s : sort the certificates and chains from leaf to root.
57
57
--rsort | -z : sort the certificates and chains from root to leaf.
58
+ --once | -o : if within a location several certificates share an
59
+ intermediate/root, don't show certificates more than
60
+ once to visually complete the chain. If "rsort" not
61
+ given it enables "sort".
58
62
--keep | -k : write the requested certificates and chains to files
59
63
as PKCS1 PEM files (converting if necessary).
60
64
--no-colour | -c : don't colourise the output.
0 commit comments