How to create a CA signed by an external CA using the CLI? #642
-
Dear all, I am stuck at an error/exception I get when I try to create an CA signed by an external CA. I am following the directions at Keyfactors' website. I run my EJBCA instance with Docker compose. I have tried to make a CA using this command:
This gives an Exception:
Besides that the INFO logs get stuck at:
I feel like I'm missing something. Can anyone help me resolve this error? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
chain.pem that you reference, is that really available from inside the container? Remember that the ejbca.sh command is run inside the container, so chain.pem has to be volume mounted or something like that. I'm not very good at this but do you run container command with compose? Would you not typically start your container with docker compose, and then just "docker exec" to run the ejbca.se command inside a running container? |
Beta Was this translation helpful? Give feedback.
chain.pem that you reference, is that really available from inside the container? Remember that the ejbca.sh command is run inside the container, so chain.pem has to be volume mounted or something like that.
I'm not very good at this but do you run container command with compose? Would you not typically start your container with docker compose, and then just "docker exec" to run the ejbca.se command inside a running container?