I am currently investigating LittleProxy to use it as a man-in-the-middle between the company and the systems it is using outside of the company. We will provide logging and auditing capabilities in the middle. SSL (https) is used to connect the client to the server.
Rather than using a self signed certificate with LittleProxy and exposing it to the client and to the server, is it possible to load a company certificate from the keystone and use it?
Ideally, if I have Client <- https -> LittleProxy <- https -> ExternalSystem
Is it possible to provide the Client Certificate to the ExternalSystem, and the ExternalSystem certificate to the Client?
The IT security team is ready to provide me with the right certificate?
Is it possible to do it?
Thanks and regards
Gilles