Our operations team have setup a number of virtual hosts with domains we own for hosting endpoints on our Cloud.
We have 3 virtual hosts-
- internal - to be used internally for integration purposes with the other departments in our organisation like Siebel CRM…
- partner - for organisations with which we do business.
- public - as the name suggests
All communication is over TLS.
There is a new partner to whom we have exposed a new API proxy.
When a developer from their team tries to consume our proxy with Postman, all he gets is -
Client Certificate is not trusted in this subdomain and/or this endpoint explicitly
Their postman console shows this as seen in the attached image-
I see from [apigee docs](http://A truststore is required when performing two-way TLS when Edge acts as the TLS server.) that a
- A truststore is required when performing two-way TLS when Edge acts as the TLS server.
Do I need to manually create an entry for the client certificate in Admin > Environment > TLS Keystores. Please suggest. Thanks.