Invalid Signature Error with .NET Core and Arduino #863
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
I am encountering an "invalid signature" error while working with .NET Core and Arduino. Here's how I am performing the signing process:
`SignCode
`
Additionally, I've added the following to the config.ini file:
signatureKey = -----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyh9OfQnmto6A7ext/c2+mszLlmhiA7SnhPlBhrecvpaQB3mHzp1e8B01S1sCC1HuGphDP4yRmJJK/EwWDlPrqKZg5xwF9N7nam83djPyY6hkH1NJboBe6Zu9vyOV79YpxxPaYDRmgXG5u46OCjVZctdHGWC9LDOzVeDlPTkgoqG4lRSQNRFlkc9cNh7BZt1oj/Th/ZEMhFTDcSlZTx0F8nz1J6FrLH1lt6JfHxBrvzTk89pukolkm8D6X+W0eEm+zJsk0fSGfvLpu+De28BFHrxvLSrguVJUzZalqjqhm2hFP6uh0gnmb8LeKiDLdGkySPoY0NcaJiLNmJrVEj8rNwIDAQAB\n-----END PUBLIC KEY-----
I'm attempting to upload the data with this configuration:
`
`
However, I keep receiving an "invalid signature" error. How can I resolve this issue?
To reproduce
Expected behavior
Arduino Create Agent version
Last Version
Operating system
Windows
Operating system version
Windows 11
Browser
Chrome
Browser version
Last version
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: