-
Notifications
You must be signed in to change notification settings - Fork 39
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
Unreadable codes in Chinese when use win-ca #29
Comments
node -v 10.14.1 |
Well, certificates with UTF-8 strings is still I don't even know whose error is this - mine on node-forge`s. Or both ;-) Could you please attach sample certificate that leads to unreadable text? So far I believe you can fetch certificates in PEM format and parse them yourself. I'll try to fix but it will take some time... |
THX for your reply. I will attach a root certificate whose contents contains Chinese when I back to my office tomrrow~ This is a great project, and very helpful to our project! I have tried to debug win-ca code, but I found it hard to understand,and I still trying... |
Hi, bro |
I spent some time playing with UTF-8 certificates and that is what I think now:
|
Hi,
I use win-ca in my nodejs project to get certificate, and here is my code:
And it works well in English format, but when the certificate content contains Chinese, I got unreadable codes. I think the reason is the encoding format in win-ca,and I want to know how to resolve this problem.
THX very much!
The text was updated successfully, but these errors were encountered: