Michael Malone
Michael Malone
The SCEP protocol includes the "challenge password" (for authenticating the SCEP certificate request) in the CSR. Right now it's pretty tricky to generate a CSR that will work with SCEP....
Like the `--install` flag on `step ca bootstrap`, this flag would automatically run `step certificate install` on the root certificate in your system's trust store (but without doing any other...
The `step certificate inspect` subcommand should show name constraints on email addresses (and IP addresses, etc). To reproduce: ``` step certificate inspect
We should have a subcommand that grabs the SSH client / host cert from the CA (using the fingerprint) without doing the OpenSSH configuration stuff. This would be useful if...
We don't currently have any way to create a host / user root certificate for SSH. You'd need this to rotate your root certificate, or if you run `step ca...