Skip to content

Signatures? #164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rakeshpai opened this issue Jul 9, 2017 · 1 comment
Closed

Signatures? #164

rakeshpai opened this issue Jul 9, 2017 · 1 comment

Comments

@rakeshpai
Copy link

The readme says:

signature is the signature of the commandline signed with the private key that matches the public key contained in the config.ini of the arduino-create-agent

However, I couldn't a property name for public keys in config.ini. Moreover, it looks like the code is using a hard-coded key for verifying signatures.

How dp we put our own keys in the config.ini?

@facchinm
Copy link
Member

signatureKey is the flag you are looking for. Golang allows specifying a default value for any flag which will be valid until the flag is defined. So, adding your public key ins config.ini will do the trick (more info #149)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants