Description
Hello,
I was trying to test an example of the POST request that you provide using Firefox REST client, but I got a message that the signature is wrong. Should I have generated another one? I don't have the private key to generate the signature. Or should I create a key pair by myself, sign the string and manually change the public key in the main.go of the program? In README it is said that "public key contained in the config.ini", but I don't see any key there and also in conn.go it seems that they key is taken not from the config.ini, but from a variable signatureKey in main.go (but here I can be wrong -- I'm not really familiar with go).
The thing is that we are thinking about using the plugin in our project (https://lab.open-roberta.org/) for uploading the programs to Arduino and for this I need to understand how to generate the correct call.
Thank you in advance,
Evgeniya