Replies: 2 comments 8 replies
-
What are you trying to change? You should first look if there are any environment variables that will do what you want to do, i.e. look in: You should never need to modify bind port for PROXY_AJP_BIND or PROXY_HTT_BIND. I think that would be a sign that you are not following container best practices for ingress if you think you need to modify those. |
Beta Was this translation helpful? Give feedback.
-
Hey! Any updates on this? I am having the same issue trying to modify web.properties with a volume map
It seems like EJBCA can't read the new file because i get new warnings like this in the log after the change:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
While creating a new container in my docker environment through keyfactor/EJBCA-ce:latest image from github i am passing why own config properties files but my container is not taking the values from it and using the default properties values.
The command I am using is: (the command given is a sample and not the full command)
docker run -it -p 80:8080 -p 443:8443 --name node1 -h testing.com -e TLS_SETUP_ENABLED="true" -v /home/test/ejbca-custom-config/web.properties:/opt/keyfactor/ejbca/conf/web.properties keyfactor/ejbca-ce:latest
I am passing three custom config files i.e. web,ejbca & install.properties in same above command but there is no effect.
Can any one give idea what wrong I am doing. Secondly while using PROXY_AJP_BIND and PROXY_HTTP_BIND with value as 0.0.0.0 through my environment variables (with -e option) my build gets stuck after some work and steps in some recursive loop and doesn't complete the process. I gave 24 hours for this process but it stucks in same loop
Thanks
Beta Was this translation helpful? Give feedback.
All reactions