My Applications are running as Docker containers.
- User interface using angular js
- Middleware ( running in a python flask server on some port)
- Database
Now I want to create SSL certificate in UI and Python flask server using OpenSSL. I have used same certificate in both Docker container those are expose with out side world with Nodeport.
i.e, UI is running on https://10.0.0.1:31112, this is connecting to https://10.0.0.1:31113.
But From the browser if I want to access the whole application by accepting one certificate. But the application is accessable if i accept those two certificates (i.e, two URL acceptance one after other), which the customer doesn't want to.