I have created a Xero partner app and I have been asked to renew my Entrust Certificate. When I POST to oauth/RequestToken, I get this error:
oauth_problem=signature_invalid&oauth_problem_advice=Failed%20to%20validate%20signature
Here are the steps that I took:
- I downloaded the P12 Entrust Certificate from Xero.
- In certmgr, I imported the P12 certificate into my personal certificate store.
- I right clicked the certificate. I clicked all tasks and export.
- I said do not export the private key.
- I exported the file as a CER.
- I logged into developer.xero.com and I clicked apps.
- I uploaded the CER in the form and clicked save.
Are there any additional steps I must take?