diff --git a/config.toml b/config.toml index e16ea92..f85f9d8 100644 --- a/config.toml +++ b/config.toml @@ -19,7 +19,7 @@ key_info_manager = "on-disk-manager" #[[provider]] #provider_type = "Pkcs11" #key_info_manager = "on-disk-manager" -#library_path = "/usr/lib64/pkcs11/libsofthsm2.so" +#library_path = "/usr/lib64/opensc-pkcs11.so" #slot_number = 123456789 #user_pin = "123456" #software_public_operations = false diff --git a/parsec.changes b/parsec.changes index 4ef8b69..71f42b3 100644 --- a/parsec.changes +++ b/parsec.changes @@ -12,7 +12,6 @@ Wed Mar 31 16:02:31 UTC 2021 - Guillaume GARDET ------------------------------------------------------------------- Tue Mar 30 13:20:44 UTC 2021 - Guillaume GARDET -- Recommends 'softhsm' as it is used by PKCS#11 backend - Recommends 'opensc' as it is used to initialize HSM keys (PKCS#11 backend) - Add PKCS#11 template (disabled) in config.toml - Disable Tpm backend by default in config.toml diff --git a/parsec.spec b/parsec.spec index 74bf9e8..c432dc3 100644 --- a/parsec.spec +++ b/parsec.spec @@ -45,8 +45,6 @@ BuildRequires: sysuser-tools BuildRequires: pkgconfig(tss2-esys) >= 2.3.3 # opensc is used to initialize HSM keys (PKCS#11 backend) Recommends: opensc -# softhsm is used by PKCS#11 backend -Recommends: softhsm %sysusers_requires # /dev/tpm* are owned by tss user Requires(pre): system-user-tss