cli
cli copied to clipboard
🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
I see you only have FreeBSD release assets and not OpenBSD. Go compiler can target OpenBSD and so therefore it should be an easy fix for you to add OpenBSD...
When I get a certificate using an OIDC provisioner, the `--san` I provide is silently ignored. `step` should warn the user that the flag was ignored. example output: ``` step...
Step ca sign command doesn't allow CSR with empty subject with valid sans using acme provisioner. `step ca sign acmet1.localstepca.com.csr acmet1.localstepca.com.crt --acme https://localstepca.com/acme/acme/directory` error creating new ACME order: The request...
#### Name of feature: Add --intermediate-file flag to separate leaf and intermediate certs #### Pain or issue this feature alleviates: #1360 Closes: #1360 #### Why is this important to the...
Uses -------- 1) `step certificate unbundle leaf-chain.crt leaf.crt intermediate-chain.crt` - separates certificate chain into separate files. One with just the leaf certificate and the other with the intermediate chain. 2)...
Add an option to `step ca certificate` to output the leaf and intermediate chain in separate files.
Some clients don't accept a full chain. It would be easier to work with separate files in those cases.
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
* adds `jq` to installed packages for parsing `json` endpoints on **step-ca** * tested as working in an Alpine **LXD** --- #### Name of feature: * improve dependencies #### Pain...