sc-hsm: Enable minidriver read/write support

This commit is contained in:
Andreas Schwier 2016-03-08 15:13:36 +01:00 committed by Viktor Tarasov
parent 0838520b62
commit 29ccc2960d
1 changed files with 18 additions and 2 deletions

View File

@ -352,6 +352,22 @@ app default {
secure_messaging = local_amos_eid;
}
# SmartCard-HSM with contact-based interface or USB-Stick
card_atr 3B:FE:18:00:00:81:31:FE:45:80:31:81:54:48:53:4D:31:73:80:21:40:81:07:FA {
driver = "sc-hsm";
md_read_only = false;
md_supports_X509_enrollment = true;
md_guid_as_label = true;
}
# SmartCard-HSM with contact-less interface
card_atr 3B:8E:80:01:80:31:81:54:48:53:4D:31:73:80:21:40:81:07:18 {
driver = "sc-hsm";
md_read_only = false;
md_supports_X509_enrollment = true;
md_guid_as_label = true;
}
secure_messaging local_authentic {
# name of external SM module
# module_name = @DEFAULT_SM_MODULE@;
@ -457,11 +473,11 @@ app default {
# Default: false
# use_file_caching = true;
#
# set a path for caching
# set a path for caching
# so you do not use the env variables and for pam_pkcs11
# (with certificate check) where $HOME is not set
# Default: path in user home
# file_cache_dir = /var/lib/opensc/cache
# file_cache_dir = /var/lib/opensc/cache
#
# Use PIN caching?
# Default: true