We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
export-p12
usefn
The current export-p12 method only allows for friendlyName to be $file_name_base.
friendlyName
$file_name_base
For Easy-RSA v3.2 this could be changed as follows:
--usefn=<NAME>
--usefn=
nofn
The text was updated successfully, but these errors were encountered:
v3.2.0-beta2
Bugfix: da9e594
Sorry, something went wrong.
TinCanTech
Successfully merging a pull request may close this issue.
The current
export-p12
method only allows forfriendlyName
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
.friendlyName
, use new option--usefn=<NAME>
.To fallback to v3.1 behavior, use new option.--usefn=
(No value)nofn
The text was updated successfully, but these errors were encountered: