GenerateKey task
This is a signing task that generates a new key on a signing worker and stores it for later use.
The task_data
for this task may contain the following keys:
purpose
(required): the purpose of the key to generate:uefi
, oropenpgp
.description
(required): A text string with a human-readable description of the new key’s intended purpose.
The output will be provided as a debusine:signing-key asset.
Todo
This will need additional parameters once we start supporting HSMs.