git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3000 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2006-07-18 20:37:07 +00:00
parent 5efe5b3603
commit aaa71dd46a
1 changed files with 12 additions and 11 deletions

View File

@ -4,7 +4,7 @@
# NOTE: All key-value pairs must be terminated by a semicolon.
# Default values for any application
# These can be overrided by an application
# These can be overridden by an application
# specific configuration block.
app default {
# Amount of debug info to print
@ -60,7 +60,7 @@ app default {
# Define parameters specific to your readers.
# The following section shows definitions for PC/SC readers,
# but the same set of variables are applicatable to ctapi and
# but the same set of variables are applicable to ctapi and
# openct readers, simply by using "reader_driver ctapi" and
# "reader_driver openct", respectively.
reader_driver pcsc {
@ -81,7 +81,7 @@ app default {
#
# Reset the card after each transaction.
# Default: false
# transcaction_reset = true;
# transaction_reset = true;
#
# Enable pinpad if detected (PC/SC v2.0.2 Part 10)
# Default: false
@ -222,9 +222,10 @@ app default {
# pkcs15emu = "PIV-II";
# }
# Estonian ID card and Micardo driver currently play together with T=0 only.
# In theory only the 'cold' ATR should be specified, as T=0 will be the preferred
# protocol once you boot it up with T=0, but be paranoid.
# Estonian ID card and Micardo driver currently play together with T=0
# only. In theory only the 'cold' ATR should be specified, as T=0 will
# be the preferred protocol once you boot it up with T=0, but be
# paranoid.
card_atr 3b:6e:00:ff:45:73:74:45:49:44:20:76:65:72:20:31:2e:30 {
force_protocol = t0;
}
@ -273,9 +274,9 @@ app default {
# additional settings per driver
#
# For pkcs15 emulators loaded from an external shared library/DLL,
# you need to specify the path name of the module and customize
# the card_atr example above correctly.
# For pkcs15 emulators loaded from an external shared
# library/DLL, you need to specify the path name of the module
# and customize the card_atr example above correctly.
#
# emulate custom {
# The location of the driver library
@ -287,7 +288,7 @@ app default {
# Parameters for the OpenSC PKCS11 module
app opensc-pkcs11 {
pkcs11 {
# Maxmimum number of slots per smart card.
# Maximum number of slots per smart card.
# If the card has fewer keys than defined here,
# the remaining number of slots will be empty.
#
@ -334,7 +335,7 @@ app opensc-pkcs11 {
# Default: false
# cache_pins = true;
# Set this value to false if you want to enfore on-card
# Set this value to false if you want to enforce on-card
# keypair generation
#
# Default: true