-
I created a dump of my EJBCA MariaDB database and imported it into a new MariaDB database within a container. When I point the new EJBCA in my container to this new database, EJBCA starts up fine, but for some reason, the EJBCA CLI user no longer has permissions. Running the command
gives me the following error:
How can I restore the CLI user's permissions? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
aloeenmae
Jul 29, 2024
Replies: 1 comment 9 replies
-
Does anyone have any good ideas on how to restore CLI user permissions, as the official documentation currently does not cover this. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, seems that my password change works:
MariaDB side:
it seems that EJBCA supports only BCrypt 2a, not 2b, so I replaced $2b with $2a and got the EJBCA CLI working again.