A bug in the cmd/jwksetinfer
tool caused multiple PEM file inputs to only output the final PEM key as a JWK Set. This is because the metadata wasn't being passed in and the all key IDs were the same empty string.
Thank you @aarnaud for discovering the bug and fixing it!
Relevant pull requests: