Replies: 1 comment 1 reply
-
See for example: #614 and #604 We have some new container documentation, including Helm charts to deploy EJBCA to kubenteres, with optional ingress. |
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
-
Hey! I am trying out EJBCA CE on Docker and trying to out some production like config with
TLS_SETUP_ENABLED=true
and a NGINX proxy in front for TLS server termination and client cert passthrough.According to my understanding of the docs https://hub.docker.com/r/keyfactor/ejbca-ce we should set
PROXY_HTTP_BIND=x.x.x.x
when using a proxy, but that seems to disable the automatic creation of ManagemenCA and enrollment of superadmin, even though the docs clearly states thatTLS_SETUP_ENABLED=true
should do this for us.Why is that? And what is actually recommended settings when using a proxy but also want the initial ManagementCA?
Beta Was this translation helpful? Give feedback.
All reactions