1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Add --ocsp-signer for the dirmngr backend.

This commit is contained in:
Werner Koch 2004-04-28 09:04:03 +00:00
parent 4c96cb0683
commit 99a4774e34
2 changed files with 7 additions and 0 deletions

View file

@ -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