cli icon indicating copy to clipboard operation
cli copied to clipboard

🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.

Results 215 cli issues
Sort by recently updated
recently updated
newest added

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. ###...

enhancement

### 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...

enhancement
UX

### 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`...

enhancement
quickfix
UX

### 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....

enhancement

### 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...

enhancement
needs triage

### 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...

enhancement
good first issue
needs triage
docs

### 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...

enhancement

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...

bug

Original PR https://github.com/smallstep/cli/pull/574

needs triage