diff options
author | Werner Koch <[email protected]> | 2004-04-28 09:04:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-04-28 09:04:03 +0000 |
commit | 99a4774e344676f58a9b94caaa468459b54c22b6 (patch) | |
tree | d8e61f5675155a27837e22576a1e364052aeb38a /tools/gpgconf-comp.c | |
parent | * app-common.h: Do not include ksba.h for gnupg 1. (diff) | |
download | gnupg-99a4774e344676f58a9b94caaa468459b54c22b6.tar.gz gnupg-99a4774e344676f58a9b94caaa468459b54c22b6.zip |
Add --ocsp-signer for the dirmngr backend.
Diffstat (limited to 'tools/gpgconf-comp.c')
-rw-r--r-- | tools/gpgconf-comp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 8a5c96033..338c43119 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -763,6 +763,9 @@ static gc_option_t gc_options_dirmngr[] = { "ocsp-responder", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED, "dirmngr", "|URL|use OCSP responder URL", GC_ARG_TYPE_STRING, GC_BACKEND_DIRMNGR }, + { "ocsp-signer", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED, + "dirmngr", "|FPR|OCSP response signed by FPR", + GC_ARG_TYPE_STRING, GC_BACKEND_DIRMNGR }, GC_OPTION_NULL |