cli
cli copied to clipboard
🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
### Subject of the issue the default P256 curve is considered...untrustworthy at best. http://safecurves.cr.yp.to Daniel J. Bernstein and Tanja Lange have found several issues with P256. Coefficients are generated by...
### What would you like to be added The longest allowed lifetime for a token created with `step ca token ...` is 1 hour. This value should be customizable to...
### Subject of the issue Took me a while to figure out why this was happening. I don't know what caused it to add this to my ssh config either....
### Discussed in https://github.com/smallstep/certificates/discussions/856 Originally posted by **stastka** March 17, 2022 I create a Workflow to generate Certificate for WinRM (Windows Remote Management) over HTTPS with Powershell. It's little bit...
Installing the .deb file will fail if you have KDE installed which brings a tool with the same name residing in `/usr/bin/step`.
The current executable size is about 20MB on Windows, and slightly smaller on other platforms. While it is not a deal breaker, it wouldn't hurt to review the build process...
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...
I'd like to ask if there's a way to customise the `redirect_uri` parameter when `--console` is enabled? Right now when `--console` is used, `redirect_uri` is always set to `urn:ietf:wg:oauth:2.0:oob`. This...