You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Add keybaseca sign command to sign keys manually when keybase is down
Also:
- Adds tests for `keybaseca sign` that verify that it generates a correct signed key
- Updates docs to explain `keybaseca sign` (and keep the docs on doing it manually via ssh-keygen
in case anything ever breaks with `keybaseca sign`)
- Refactored key signing to live in a single function that is called by `keybaseca sign` and the
signature request handler.
- Updates the version of urfave/cli in order to pull in a recent change that added support for
making CLI flags required.
- Adds `strings.TrimSpace(...)` around the output of commands when they error and we include the
command's output in an error string. This removes the new line from error messages and makes them
more readable.
0 commit comments