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
please have a look, if it would be OK for you to add password support on command line for some functions (set_pass and export-p12), below you can find a diff between your current version (master) and my patched one.
133a134
> pass:secret-password - set password to given 'secret-password'
145a147
> pass:secret-password - set password to given 'secret-password'
811a814
> local pkcs_opts=
815a819
> pass:*) pkcs_opts="-passin pass:${1#*:} -passout pass:${1#*:}";;
821d824
< local pkcs_opts=
889a893
> pass:*) crypto="-aes256 -passout pass:${1#*:}";;
Thanks in advance
The text was updated successfully, but these errors were encountered:
please have a look, if it would be OK for you to add password support on command line for some functions (set_pass and export-p12), below you can find a diff between your current version (master) and my patched one.
Thanks in advance
The text was updated successfully, but these errors were encountered: