vmware-archive / repository-editor-for-tuf

Command line tool for editing and maintaining a TUF repository
Apache License 2.0
5 stars 3 forks source link

sign: add --all-targets option #51

Closed jku closed 1 year ago

jku commented 1 year ago

This could be useful to easily sign with a succinct key during (or just before) the snapshot process.

Signed-off-by: Jussi Kukkonen jku@goto.fi

jku commented 1 year ago

The professional way to sign with succinct key would be to figure out which roles have changed and sign only those, but this would be a quick and dirty solution