[BUG] CMP alias created with ejbca.sh requires extra save in GUI #833
Unanswered
epistula76
asked this question in
Q&A
Replies: 1 comment 1 reply
-
What are the updatealias parameters you use? You can do most things there. I'd also like to point to the uploadfile command that yo ucan use to set all different options. You can dumpalias after you have a working one, there is your template. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Describe the Bug
In my test setup, I create CMP aliases using
docker exec ejbca /opt/keyfactor/ejbca/bin/ejbca.sh config cmp addalias ... &
docker exec ejbca /opt/keyfactor/ejbca/bin/ejbca.sh config cmp updatealias ...
This works without any problems, but if actions are started against the paths with 'cmp ir' or 'cmp kur' for example, this error appears in the log:
ERROR [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-4) The number of authentication modules does not match the number of authentication parameters. 1 modules - 2 parameters
INFO [org.ejbca.core.protocol.cmp.RevocationMessageHandler] (default task-4) CMP module configuration error.
This problem can be solved quite easily by briefly calling up the CMP aliases in the GUI using edit and save. Then everything works as expected.
Expected Behavior
The extra round in the GUI should not be necessary.
Product Deployment
Debian 12 in WSL2
https://hub.docker.com/r/keyfactor/ejbca-ce
Version: 9.0.0
Beta Was this translation helpful? Give feedback.
All reactions