Skip to content
New issue

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

How to use pipe while invoking openssl command? #4

Open
SarayuSri opened this issue Sep 18, 2019 · 1 comment
Open

How to use pipe while invoking openssl command? #4

SarayuSri opened this issue Sep 18, 2019 · 1 comment

Comments

@SarayuSri
Copy link

SarayuSri commented Sep 18, 2019

openssl pkcs12 -in <filename.p12> -passin pass: -nodes | openssl x509 -noout -enddate

@jlcs-es
Copy link

jlcs-es commented Dec 11, 2019

Hi, I made a similar package for calling openssl like in the command line.
My package lacks the great argument parsing or asyncronous execution of this package.
But I did code it thinking about piping multiple openssl commands.

@codevibess you can take anything you want from my repo if it helps you support piping.

If you continue to improve this package, I will deprecate mine in favor of yours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants