-
Notifications
You must be signed in to change notification settings - Fork 791
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
1 changed file
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters