We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.26.1
Previously I was using 0.24.4 and piping PEM text into step certificate inspect worked as expected.
0.24.4
step certificate inspect
Example:
step --version Smallstep CLI/0.24.4 (windows/amd64) Release Date: 2023-05-11T19:52:34Z cat cert.crt | step certificate inspect --short X.509v3 TLS Certificate (ECDSA P-256) [Serial: 2407...3272] ...
Would return the certificate details.
Now I updated to 0.26.1 and this breaks
step --version Smallstep CLI/0.26.1 (windows/amd64) Release Date: 2024-04-23T00:08:02Z cat cert.crt | step certificate inspect --short error reading -: The system cannot find the file specified.
I'm not sure which release this broke, as I've always used this Scoop bucket to install step and seems this wasn't updated for the 0.25.x releases
step
0.25.x
The text was updated successfully, but these errors were encountered:
I just tested with 0.26.0 and this is working. So it seems it broke with the 0.26.1 release
0.26.0
Sorry, something went wrong.
No branches or pull requests
Previously I was using
0.24.4
and piping PEM text intostep certificate inspect
worked as expected.Example:
Would return the certificate details.
Now I updated to 0.26.1 and this breaks
I'm not sure which release this broke, as I've always used this Scoop bucket to install
step
and seems this wasn't updated for the0.25.x
releasesThe text was updated successfully, but these errors were encountered: