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

Display certificates in UTF8 #551

Merged
merged 1 commit into from May 3, 2022
Merged

Conversation

AndersBlomdell
Copy link
Contributor

Display certificate data in UTF8

@TinCanTech TinCanTech added the vague Not enough details label May 2, 2022
@TinCanTech
Copy link
Collaborator

The least you could do is provide some feasible reason or use case.

@AndersBlomdell
Copy link
Contributor Author

The reason is to make certificates using UTF-8 being displayed in UTF-8, with the current design, when fed with this:

export EASYRSA_REQ_PROVINCE="Skåne"
export EASYRSA_REQ_CITY="Eslöv"

gives the following output (show-ca, show-cert):

stateOrProvinceName       = Sk\E5ne
localityName              = Esl\F6v

while with the patch it gives:

stateOrProvinceName       = Skåne
localityName              = Eslöv

which to me is far less confusing.

@TinCanTech TinCanTech self-assigned this May 3, 2022
@TinCanTech TinCanTech added this to the v3.1.0 milestone May 3, 2022
@TinCanTech TinCanTech merged commit 7ee6526 into OpenVPN:master May 3, 2022
@TinCanTech TinCanTech added enhancement Applicable to v3.0.x PRs welcome and removed initial-approval vague Not enough details development Possible changes labels Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants