Bulk end entities creation #585
-
I am using the community edition of EJBCA Docker. user/end entity would able to request for their own certificate, but the creation of end entity is managed by the admin(superadmin). I can achieve it by creating an end entity and make the user request for their own certificate. The problem is there are too many end entities and creating it one by one via the admin web gui is taking too much time and effort. Is there any way for me to bulk create the end entities? and maybe 'force' user to change their password/enrollment when they try to issue a certificate so they wont keep the 'default' pass set by the admin. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You can use the EJBCA CLI to bulk add users to EJBCA. There is no ability to force a password change. You could configure email and have the password auto generated and then email that to the user upon adding the user to EJBCA. |
Beta Was this translation helpful? Give feedback.
-
Note that the "password" is really a one time enrollment code. So nothing that need changing. |
Beta Was this translation helpful? Give feedback.
You can use the EJBCA CLI to bulk add users to EJBCA. There is no ability to force a password change. You could configure email and have the password auto generated and then email that to the user upon adding the user to EJBCA.