Herman Slatman
Herman Slatman
### What would you like to be added Support for revoking a certificate using ACME with a different Account than was used to request the certificate. ### Why this is...
**ENHANCEMENT** 1. Describe the enhancement you are requesting. It would be nice if a PKI other than Vault were supported. This could be done by implementing solution-specific APIs (as in...
The `--permanent-identifier` flag can be used when requesting a certificate from `step-ca`. The ACME `device-attest-01` challenge method will be used to authorize the certificate request.
Changes in this PR include the things I needed to change in the CLI to make it compile to `js/wasm`. Had to move around and refactor some code to fix...
### Steps to Reproduce - Set a small terminal width - Invoke an interactive command (e.g. `step ssh config --team ...` for a team that was stored before) - Enter...
When a prompt is used, it may happen that /dev/tty is not available. In many cases it's not clear to the user what exactly went wrong in such a case,...
It would be nice to support the `$NO_COLOR` environment variable, so that users with this preference (always) get plain text output. This is also helpful for piping output to other...
### What would you like to be added Add a flag (e.g. `--json`) to make the CLI print its output in JSON format. ### Why this is needed Supporting JSON...
### What would you like to be added The ability to revoke certificates using the ACME protocol. ### Why this is needed Users of `step-cli` already have a method to...