Replies: 1 comment 3 replies
-
Why do you have PrintableString encoding in DN selected? That is only for special legacy cases and should never be used for "normal" certificates. PrintableString does not include any localized or special characters. https://en.wikipedia.org/wiki/PrintableString |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem. I create new cert, based on CSR file. It's available, and can modify end entity on both RA page and webAdmin page.

I want to check renew of certificate(revoke old, and generate new). Based on documentation, i have to change end entity status from Generated to New. But here is a problem. I have special character in my organization name "&".
When i want to save changes i got error

I have selected option, that allow to use printablestring encoding.

What is wierd, when i try to do the same on RA Page, i don't have any problem

Beta Was this translation helpful? Give feedback.
All reactions