Replies: 1 comment 2 replies
-
Answer to myself: as a workaround I've switched to use SOAP api instead of cli. But I would like the cli method to work too. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I apologize if there were already been such discussion. I'm having an issue when trying to create end entity with non-latin CN using cli command like
ejbca.sh ra addendentity --username ivanovii --dn 'CN=Иванов Иван Иванович' --token P12 --caname ManagementCA --type 1 --password 1234567890 --email [email protected]
, as it produces broken CN:I've tried many things to work this around with the partly help of ChatGPT but with no luck.
Creation of entity with such non-latin using web RA works like a charm. I would be very grateful for any help.
Docker image keyfactor/ejbca-ce:9.0.0 is used.
Beta Was this translation helpful? Give feedback.
All reactions