Custom .properties files in Docker #288
Unanswered
sbarnes-tecnica
asked this question in
Q&A
Replies: 2 comments 1 reply
-
The install.properties will not work with the container. The container does not contain ant, and EJBCA is already compiled. What are you trying to do that you need to use the install.properties? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was hoping there was a solution to initialize a Docker container with a custom initial Management CA and Superuser Certificate. |
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.
-
Hello,
I'm trying to set up a fresh Docker container, and have been poring over the documentation trying to find the correct way to have the container properly process custom properties (including install.properties)
The only reference I have found is the documentation for a non-container install, but attempting to supply my own configuration files in the docker-compose file has proven fruitless. Is there something obvious I'm missing here or is this not possible?
My docker-compose.yml that I've been tweaking:
install.properties is under
/opt/docker/ejbca/data/vault/install.properties
and the other .properties files under
/opt/docker/ejbca/conf
Beta Was this translation helpful? Give feedback.
All reactions