-
Notifications
You must be signed in to change notification settings - Fork 30
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
error when trying to register the name-key pair #196
Comments
These errors 're probably caused by recent changes of |
Yes, this is what this error looks like. I don't think we've implemented STR pinning in the client? This is a feature I implemented as part of #193, but I can move it to its own PR to fix this bug. |
So what is best way to continue work on #180 ? I need MarshalSTRToFile function. |
@chesnokovilya You could start by modifying https://github.com/coniks-sys/coniks-go/blob/master/crypto/util.go#L60 and |
This is true, we're going to rewrite the client binary a fair amount after #192, but I don't think a bugfix for this issue should be blocked by #192 since |
How to pin initial STR to client? Is there any docs? |
@chesnokovilya You could print the initial STR of the server and write it to the client's config file and read from it (https://github.com/coniks-sys/coniks-go/blob/master/coniksclient/config.go#L33). The config file is written in TOML format and we currently use |
Resolved in #204 |
I am running server from master branch on local machine(CentOs 7):
When I try to register name-key pair I got the following error:
The text was updated successfully, but these errors were encountered: