diff options
author | Werner Koch <[email protected]> | 2008-02-19 10:33:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-02-19 10:33:35 +0000 |
commit | f13c5a48fc092d25c6d2fb169ed018473bb24096 (patch) | |
tree | c8ef206fe4a4357da339a65856f8b35cfe8919a7 /doc | |
parent | We better save the description of PKITS along with the test data. (diff) | |
download | gnupg-f13c5a48fc092d25c6d2fb169ed018473bb24096.tar.gz gnupg-f13c5a48fc092d25c6d2fb169ed018473bb24096.zip |
Improve certificate chain construction.
Extend PKITS framework
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgsm.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index d936b3eb2..3193e852f 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -342,6 +342,9 @@ to connect to this one. Fallback to a pipe based server if this does not work. Under Windows this option is ignored because the system dirmngr is always used. +@item --disable-dirmngr +Entirely disable the use of the Dirmngr. + @item --no-secmem-warning @opindex no-secmem-warning Don't print a warning when the so called "secure memory" can't be used. @@ -673,6 +676,10 @@ Supply the passphrase @var{string} to the gpg-protect-tool. This option is only useful for the regression tests included with this package and may be revised or removed at any time without notice. +@item --no-common-certs-import +@opindex no-common-certs-import +Suppress the import of common certificates on keybox creation. + @end table All the long options may also be given in the configuration file after |