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

Command export-p12, option usefn implementation is limited #1053

Closed
TinCanTech opened this issue Dec 31, 2023 · 1 comment · Fixed by #1055
Closed

Command export-p12, option usefn implementation is limited #1053

TinCanTech opened this issue Dec 31, 2023 · 1 comment · Fixed by #1055

Comments

@TinCanTech
Copy link
Collaborator

TinCanTech commented Dec 31, 2023

The current export-p12 method only allows for friendlyName to be $file_name_base.

For Easy-RSA v3.2 this could be changed as follows:

  • friendlyName default is always set to $file_name_base.
  • To specify an alternate friendlyName, use new option --usefn=<NAME>.
  • To fallback to v3.1 behavior, use new option --usefn= (No value).
  • To fallback to v3.1 behavior, use new command option nofn
@TinCanTech TinCanTech self-assigned this Dec 31, 2023
@TinCanTech TinCanTech added this to the v3.2.0 milestone Dec 31, 2023
@TinCanTech TinCanTech linked a pull request Jan 2, 2024 that will close this issue
@TinCanTech
Copy link
Collaborator Author

Bugfix: da9e594

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

Successfully merging a pull request may close this issue.

1 participant