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 write is not compatible with --verbose mode #1060

Closed
TinCanTech opened this issue Jan 7, 2024 · 1 comment · Fixed by #1055
Closed

Command write is not compatible with --verbose mode #1060

TinCanTech opened this issue Jan 7, 2024 · 1 comment · Fixed by #1055

Comments

@TinCanTech
Copy link
Collaborator

TinCanTech commented Jan 7, 2024

For your entertainment, try the following:

$ easyrsa --verbose init-pki
$ easyrsa --verbose write vars > pki/vars
$ easyrsa

I believe the most appropriate solution is to not support stdout as default for command write.

Forcibly silencing easyrsa output works correctly.

However, this also points out flaws in the sourcing vars file itself.

@TinCanTech TinCanTech added the BUG label Jan 7, 2024
@TinCanTech TinCanTech added this to the v3.2.0 milestone Jan 7, 2024
@TinCanTech TinCanTech self-assigned this Jan 7, 2024
@TinCanTech
Copy link
Collaborator Author

TinCanTech commented Jan 7, 2024

Bugfix: 7290835, 9be2cac

@TinCanTech TinCanTech linked a pull request Jan 7, 2024 that will close this issue
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