Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Check out the cli command "bin/ejbca.sh roles" it will allow you to modify your roles and role members. |
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.
-
Hello,
I had a client certificate which I had used to access the admin panel of EJBCA (v8.2.0.1). It was pinned there by serial number.
Right now I do not have an access to the panel, but have access to the VM where the tool is installed (both the cli and PostgreSQL).
I had found in the manuals, that it is possible to reset the certificate state using the CLI, something like this:
The first command works well, I can see in the PostgreSQL database that the value changes. But the second
ejbca.sh ra setclearpwrd
and the thirdbatch
does nothing.Could it be that my
$EJBCA_HOME/dist/ejbca-ejb-cli/ejbca-ejb-cli.jar
not contain some piece of modules? Maybe I can hack that by stopping the software, adjust the DB and start the software again?Beta Was this translation helpful? Give feedback.
All reactions