Hi,
I have the following scenario
_____________________
| app (backend) --> nginx | --> server (3rd party)
-----------------------------------
We have a backend that want to do third-party requests to a server that requires client certificate, but we want to avoid adding the client certificate on the app, and instead do this with Nginx. Is this possible? If so, how can this be set up?
I have the following scenario
_____________________
| app (backend) --> nginx | --> server (3rd party)
-----------------------------------
We have a backend that want to do third-party requests to a server that requires client certificate, but we want to avoid adding the client certificate on the app, and instead do this with Nginx. Is this possible? If so, how can this be set up?