Replies: 1 comment 2 replies
-
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.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
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