aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-12-10 13:00:30 +0000
committerWerner Koch <[email protected]>2009-12-10 13:00:30 +0000
commita51675fabe3af33cd7a942b71409f6546c3fad1d (patch)
treec3ff0a3109823f1889cec207523aa435b1aa5b0b /doc
parent2009-12-08 Marcus Brinkmann <[email protected]> (diff)
downloadgnupg-a51675fabe3af33cd7a942b71409f6546c3fad1d.tar.gz
gnupg-a51675fabe3af33cd7a942b71409f6546c3fad1d.zip
Add option --cert-extension.
Diffstat (limited to 'doc')
-rw-r--r--doc/gpgsm.texi11
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