[Bug]: step certificate inspect
no longer supports reading cert from piped out put
#1173
Labels
Milestone
Steps to Reproduce
step certificate inspect --format pem --insecure https://github.com > github.pem
step certificate inspect github.pem
This workscat github.pem | step certificate inspect
This does notYour Environment
step
CLI Version -0.26.1
Expected Behavior
Read the cert from the piped output
Actual Behavior
gives
error reading -: no such file or directory
Additional Context
I have some certs in
sops
secrets and want to read the alternative names, so I run the following command with0.26.1
and it errored outContributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: