cli
cli copied to clipboard
🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
Fix #222 I'm using `github.com/decred/dcrd/dcrec/secp256k1/v4` which is go-native implementation for secp256k1 curve. My first attempt to add the support into current code. Not super clean so looking for feedbacks to...
### What would you like to be added A configuration option for provisioners which will hide them from the provisioners list when the `step ssh login` command is used. ###...
### What would you like to be added Currently smallstep adds ``` Host * Include /path/to/smallstep/config ``` I would like a flag which rather does ``` Host * Match exec...
### What would you like to be added There are lots of clients/servers that don't yet support ECDSA. I need a way to use RSA keys instead. There's the `--kty`...
### What would you like to be added Are there plans to provide mobile clients (Android, iOS)? I see the releases page has options for Mac, Linux, and Windows only....
### What would you like to be added `step ssh logout` should check if ssh-agent cached the relevant keys in `~/.gnupg/sshcontrol` and if so, remove them. ### Why this is...
### What would you like to be added Baked-in JKS file creation, like `keytool`: https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html ### Why this is needed Some Java software (including Kafka) seem to make use of...
### 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...
For example, the OIDC provisioner does not return a token with serial number as subject. So, either parse different types of tokens correctly, or remove provisioners from list that generate...
Original PR https://github.com/smallstep/cli/pull/574