More complex signature headers cannot be described by a single key.
This PR takes the approach of treating the sigkey field as a descriptive label for the signature that can be specified at import or changed later. This gives us the ability to handle more complex signing without radically altering the api or file layout.
More complex signature headers cannot be described by a single key.
This PR takes the approach of treating the
sigkeyfield as a descriptive label for the signature that can be specified at import or changed later. This gives us the ability to handle more complex signing without radically altering the api or file layout.Fixes https://pagure.io/koji/issue/4415