Open arv1ndh opened 2 months ago
The parsec service in quickstart package is compiled only for mbedcrypto provider as seen here https://github.com/parallaxsecond/parsec/blob/main/quickstart/quickstart.Dockerfile#L35
This is intentionally done. For rest of the providers, you can compile the main branch and configure the service.
As for the parsec-tool, can you point me to the command in the parsec-book that you are trying to run? :)
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,