You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
openssl pkcs12 -in <filename.p12> -passin pass: -nodes | openssl x509 -noout -enddate
The text was updated successfully, but these errors were encountered: