Trying to find out what format is accepted to use RSA key for signingKey parameter. Tried this without success: `var signingKey = Buffer.from("-----BEGIN RSA PRIVATE KEY-----XXXXXXX-----END RSA PRIVATE KEY-----", 'base64');` Thanks!