Use new trait bounds for KeyId to only allow specific types. Change the KeyId validation to be generic over the key name type. Remove the KeyName type and replace it with the more specific ServerSigningKeyVersion.
Signed-off-by: Jason Volk <jason@zemos.net>
… and rename from tests to it (integration tests). This allows enabling the mod_module_files lint everywhere again.