You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a certificate request, convert it to PEM format, and then decode it back, I get an error: Error: Only 8, 16, 24, or 32 bits supported: 608.
I'm guessing the problem is that there is a "№" character in my certificate parameters, which I think is causing problems when converting to base64 or vice versa.
Hello!
When I create a certificate request, convert it to PEM format, and then decode it back, I get an error:
Error: Only 8, 16, 24, or 32 bits supported: 608
.I'm guessing the problem is that there is a "№" character in my certificate parameters, which I think is causing problems when converting to base64 or vice versa.
Can I somehow avoid this problem?
Example:
https://stackblitz.com/edit/vitejs-vite-dmjz3f?file=main.js
The text was updated successfully, but these errors were encountered: