mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add dirmngr:allow-ocsp
This commit is contained in:
parent
3b7262e41e
commit
2b1f8df9bd
2 changed files with 4 additions and 0 deletions
|
@ -757,6 +757,9 @@ static gc_option_t gc_options_dirmngr[] =
|
|||
{ "OCSP",
|
||||
GC_OPT_FLAG_GROUP, GC_LEVEL_ADVANCED,
|
||||
NULL, "Configuration for OCSP" },
|
||||
{ "allow-ocsp", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC,
|
||||
"dirmngr", "allow sending OCSP requests",
|
||||
GC_ARG_TYPE_NONE, GC_BACKEND_DIRMNGR },
|
||||
{ "ocsp-responder", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||
"dirmngr", "|URL|use OCSP responder URL",
|
||||
GC_ARG_TYPE_STRING, GC_BACKEND_DIRMNGR },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue