-
Notifications
You must be signed in to change notification settings - Fork 38
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
keys doctor should restore server public key #165
Comments
sounds good though it causes some breaking changes with the local ☁️ |
Totally, that's why I suspect maybe a prompt or extra parameter might help avoid that |
👍 sounds good but during the process if we perform a dfu Or |
I just ran into this issue myself when changing a Core that was setup for the Staging server back to the Production server. I just assumed If we have a couple known Public keys for these servers, my suggestion would be to Prompt within the |
@technobly, sounds awesome but too specific for spark team development though. Also, i don't think you guys would want to share the staging public key + ip address/domain and have people hitting it randomly during your testing. No harm sharing but for a development environment, it would probably be better to leave that variable out. Suggesting to have a "cert" folder of some sort that we can check against and flash accordingly. Maybe even tag each cert to a profile so that you know you are flashing the right cert based on the profile you are currently on ;) |
If the CLI downloads the staging key on demand, it could be a secured option based on your login permissions. But yeah, it's not really that critical to add staging to the CLI, maybe more importantly it should just default to putting the public cloud key back on the device, unless you specify not to with If you are running the |
I like the idea of making it available via the API, then the CLI could grab it from whatever API it was pointed at |
I like the idea of having the CLI pull the cloud public key on-demand as well. |
maybe either prompt for this, or provide it as an option, or just do it by default, I think people are sometimes removing / corrupting their server keys, and this would help recover when possible? Thoughts?
The text was updated successfully, but these errors were encountered: