mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* certlist.c (gpgsm_cert_use_ocsp_p): New.
(cert_usage_p): Support it here. * call-dirmngr.c (gpgsm_dirmngr_isvalid): Use it here.
This commit is contained in:
parent
33310977ac
commit
fc07b029ea
5 changed files with 39 additions and 5 deletions
|
@ -133,6 +133,8 @@ Generate a new key and a certificate request.
|
|||
@itemx -k
|
||||
@opindex list-keys
|
||||
List all available certificates stored in the local key database.
|
||||
Note that the displayed data might be reformatted for better human
|
||||
readability and illegal characters are replaced by safe substitutes.
|
||||
|
||||
@item --list-secret-keys
|
||||
@itemx -K
|
||||
|
@ -156,7 +158,7 @@ List all available certificates for which a corresponding a secret key
|
|||
is available using a format useful mainly for debugging.
|
||||
|
||||
@item --dump-external-keys @var{pattern}
|
||||
@opindex dump-keys
|
||||
@opindex dump-external-keys
|
||||
List certificates matching @var{pattern} using an external server.
|
||||
This utilizes the @code{dirmngr} service. It uses a format useful
|
||||
mainly for debugging.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue