I've inherited a system which I'm rewriting in .Net Core. The current system uses xero-node to make requests to Xero.
Xero-node makes use of the .pem file for authentication.
I'm using Xero-NetStandard but this requires a pfx. I have a pfx but don't have a password for it. I have the .pem but I can't seem to use it with this api.
Is it possible to use the .pem file with the Xero lib?