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

Add nopass parameter to export-p12 #46

Closed
wants to merge 1 commit into from

Conversation

ValdikSS
Copy link
Contributor

This allows exporting pkcs12 with blank password.

@@ -820,6 +823,10 @@ Missing key expected at: $key_in"
pkcs_opts="$pkcs_opts -nokeys"
fi

if [ ! $want_pass ]; then
pkcs_opts="$pkcs_opts -password pass:"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this should be -nodes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it shouldn't. This modification allows you to export encrypted pkcs12 with no (blank) password.

easyrsa3/easyrsa Show resolved Hide resolved
@TinCanTech
Copy link
Collaborator

Closed via c1765bb

@TinCanTech TinCanTech closed this Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conflicts Conflicts with current PKCS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants