Replies: 2 comments
-
|
Did you find solution for this eventually? |
Beta Was this translation helpful? Give feedback.
-
|
Unless you modified the EJBCA container, it listens to port 8443 with client certificate authentication. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am installing my EJBCA-CE with docker behind a nginx-reverse-proxy, it works fine, I can access the adminweb if my browser have the right client certificate. Now i want to deploy my custom application (call it app-1), as a docker container inside the same host with my ejbca container. the app-1 need to call some API from /ejbca-rest-api/{endpoint}, but since I set the ejbca to port 8082 and 8081, it cant receive the client cert send by my app-1. how do I manage to authenticate my app-1 to access ejbca-api without passing it through nginx? prolly make the ejbca/ejbca-rest-api publicly accessible so i done need to provide auth for my app-1
my app-1 axios
my docker-compose,yaml
Beta Was this translation helpful? Give feedback.
All reactions