To get info about available options of the run command, use:
waltid-idpkit run --help
For more build options, please refer to the build section
Configuration
For configuring keys and managing verification policies, the IDP Kit integrates some commands from the SSI Kit for key and policy management.
The config command lets you define the context in which you want to execute the command, by specifying the arguments --oidc, --siop, before the respective subcommand.
E.g.
This command lists the keys available in the context of the OIDC manager.
This command lists the verification policies available in the context of the SIOP manager.
To get info about available options of the config command, use:
waltid-idpkit config --help
For more details about the integrated commands, you may want to refer to the documentation of the SSI Kit command line interface.