I am trying to configure the 2 way SSL between an app & the Apigee API proxy (i.e Inbound),
I have created a Virtual Host uploaded the cert, key etc
I have associated the proxy with that virtual host via configuration in the proxy endpoint element.
<HTTPProxyConnection>
<BasePath>/abc</BasePath>
<Properties/>
<VirtualHost>https_vhost</VirtualHost>
</HTTPProxyConnection>
where I need to configure the belowSSLinfo which contains the client trust store information?Please help
<SSLInfo>
<Enabled>true</Enabled>
<ClientAuthEnabled>true</ClientAuthEnabled>
<KeyStore>xyzKeystore_217</KeyStore>
<KeyAlias>xyzKeystore</KeyAlias>
<TrustStore>AbcTruststore</TrustStore>
</SSLInfo>