diff options
author | Werner Koch <[email protected]> | 2009-12-10 13:00:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-12-10 13:00:30 +0000 |
commit | a51675fabe3af33cd7a942b71409f6546c3fad1d (patch) | |
tree | c3ff0a3109823f1889cec207523aa435b1aa5b0b /doc | |
parent | 2009-12-08 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-a51675fabe3af33cd7a942b71409f6546c3fad1d.tar.gz gnupg-a51675fabe3af33cd7a942b71409f6546c3fad1d.zip |
Add option --cert-extension.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgsm.texi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index ffa325aa8..b2c290934 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -446,7 +446,16 @@ use of the chain model. The chain model is also used if an option in the @file{trustlist.txt} or an attribute of the certificate requests it. However the standard model (shell) is in that case always tried first. - +@item --ignore-cert-extension @var{oid} +@opindex ignore-cert-extension +Add @var{oid} to the list of ignored certificate extensions. The +@var{oid} is expected to be in dotted decimal form, like +@code{2.5.29.3}. This option may used more than once. Critical +flagged certificate extensions matching one of the OIDs in the list +are treated as if they are actually handled and thus the certificate +won't be rejected due to an unknown critical extension. Use this +option with care because extensions are usually flagged as critical +for a reason. @end table |