adriangodong / githubjwt

A helper library to generate GitHub JWT from GitHub Apps private key
MIT License
14 stars 6 forks source link

Hydrate rsa variable only when not exists #86

Open shaybenh7 opened 1 year ago

shaybenh7 commented 1 year ago

@adriangodong could you please review this fix?

adriangodong commented 1 year ago

Does this work if there are more than one certificate on the input? E.g. the input has the full chain (public, intermediate, private)?