diff options
author | Werner Koch <wk@gnupg.org> | 2003-12-01 11:53:40 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-12-01 11:53:40 +0100 |
commit | 6b7af47bccea369de9215eaa7fc6396b7a5222c7 (patch) | |
tree | 93a73746b44577da48ea83828bebbb77a5c15c91 /doc/scdaemon.texi | |
parent | * sexp-parse.h (snext): Don't use atoi_1 and digitp macros, so (diff) | |
download | gnupg2-6b7af47bccea369de9215eaa7fc6396b7a5222c7.tar.xz gnupg2-6b7af47bccea369de9215eaa7fc6396b7a5222c7.zip |
(Certificate Options): Add --{enable,disable}-ocsp.
Diffstat (limited to 'doc/scdaemon.texi')
-rw-r--r-- | doc/scdaemon.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 3bd8caaa8..e62146837 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -146,6 +146,17 @@ default is 32768 (first USB device). Use @var{library} to access the smartcard reader. The current default is @code{libtowitoko.so}. + +@item --allow-admin +@itemx --deny-admin +@opindex allow-admin +@opindex deny-admin +This enables the use of Admin class commands for card application +where this is supported. Currently we support it for the OpenPGP +card. Deny is the default. This commands is useful to inhibit +accidental access to admin class command which could ultimately lock +the card through worng PIN numbers. + @end table All the long options may also be given in the configuration file after |