You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to checkout parsec and was following the instructions mentioned in the book to test out the pkcs11-provider, was getting this error after adding the required configs in config.toml
~/parsec_poc/quickstart-1.3.0-linux-x86_64/bin$ ./parsec -c ../quickstart/config.toml
[INFO parsec] Parsec started. Configuring the service...
[INFO parsec_service::key_info_managers::sqlite_manager] SQLiteKeyInfoManager - Found 0 key info mapping records
[ERROR parsec_service::utils::config] Provider (Pkcs11 { name: Some("pkcs11-provider"), key_info_manager: "sqlite-manager", library_path: "/usr/local/lib/softhsm/libsofthsm2.so", slot_number: None, serial_number: None, user_pin: None, software_public_operations: None, allow_export: None }) chosen in the configuration was not compiled in Parsec binary.
Error: provider not compiled
Also minor issue, parsec tool does not read the config.toml file by default,
Error: Failed to read config file from path: config.toml```
The text was updated successfully, but these errors were encountered:
Trying to checkout parsec and was following the instructions mentioned in the book to test out the pkcs11-provider, was getting this error after adding the required configs in config.toml
Also minor issue, parsec tool does not read the config.toml file by default,
The text was updated successfully, but these errors were encountered: