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

Fix csr cn generation using utf8 encoding #53

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

haritzsaiz
Copy link
Contributor

This pull request includes changes to improve error handling and string encoding in the certificate signing request (CSR) process and the user interface for issued certificates. The most important changes include updating the string encoding method, adding error handling for certificate signing, and enhancing the user interface to display error messages more effectively.

Improvements to string encoding and error handling:

  • src/utils/crypto/csr.ts: Changed the encoding of subjectProps values from PrintableString to Utf8String to support a wider range of characters.

Enhancements to error handling and user interface:

addreses and fixes #40

Signed-off-by: haritz <hsaizsierra@gmail.com>
@haritzsaiz haritzsaiz merged commit 3fb890b into main Jan 22, 2025
4 checks passed
@haritzsaiz haritzsaiz deleted the fix/csr-gen-utf8-cn branch January 22, 2025 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Certificate issuance fails when the in place generated CSR contains a non ascii character
2 participants