What features of EJBCA can be controlled via environment variables passed to the docker container? #120
-
My objective is to start EJBCA with CMP over TCP enabled. However, I would like to know what other features can be controlled this way. Context: I am considering creating a guide about the usage of CMP client libraries. For this reason I need an easy way to spin up a throw-away CA, for experiments. The documentation brought me to this command It is very close to what I need, but ideally - I'd like to automate this as much as possible, so there's no clicking or config editing involved. Is there documentation about these environment variables? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
CMP over TCP is a build time option, so can not be enabled in the container without replacing the ejbca.ear file. |
Beta Was this translation helpful? Give feedback.
-
For environment variables you can use docker inspect to view all available. See "Other Environment Variables" in https://hub.docker.com/r/keyfactor/ejbca-ce |
Beta Was this translation helpful? Give feedback.
CMP Updates (CMP v3) talks about HTTP and CoAP. https://datatracker.ietf.org/doc/html/draft-ietf-lamps-cmp-updates-23#section-3.1
For environment variables you can use docker inspect to view all available. See "Other Environment Variables" in https://hub.docker.com/r/keyfactor/ejbca-ce