-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Currently, autofirma-nix
packages the main AutoFirma application but does not provide access to its plugins. To enhance functionality, we should package the following plugins:
afirma-simple-plugin-hash
– For hash generation and validation.afirma-simple-plugin-validatecerts
– For signature validation.
Benefits
- Expands AutoFirma’s capabilities by making these plugins available.
- Improves compatibility with existing workflows that depend on them.
- Ensures users have access to these features without manual setup.
Next Steps
- Investigate the dependencies and build steps for:
-
afirma-simple-plugin-hash
-
afirma-simple-plugin-validatecerts
-
- Define how plugins should be exposed to end users (e.g., separate derivations or part of the main AutoFirma package).
- Test the packaged plugins to ensure they function correctly.