Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[signing] More signing automation #20769

Merged
merged 1 commit into from
Jan 5, 2024
Merged

[signing] More signing automation #20769

merged 1 commit into from
Jan 5, 2024

Conversation

cfrantz
Copy link
Contributor

@cfrantz cfrantz commented Jan 4, 2024

Automate the offline portion of the signing procedure by providing a JSON file of signing directives. Rather than having to manually enter a command line per file to sign, one can simply provide the json file to the exec command:

hsmtool --profile earlgrey_a0 exec signing_directives.json

The signing directives file will contain a command specification for each signable input provided to the srcs attribute of the offline_presigning_artifacts rule.

Automate the offline portion of the signing procedure by providing a
JSON file of signing directives.  Rather than having to manually enter a
command line per file to sign, one can simply provide the json file to
the `exec` command:

```
hsmtool --profile earlgrey_a0 exec signing_directives.json
```

The signing directives file will contain a command specification for
each signable input provided to the `srcs` attribute of the
`offline_presigning_artifacts` rule.

Signed-off-by: Chris Frantz <[email protected]>
@cfrantz cfrantz requested a review from moidx January 4, 2024 22:38
@cfrantz cfrantz merged commit ee69e4f into lowRISC:master Jan 5, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants