Dear Team,
We have a requirement of mTLS on APIGEE private cloud 4.50 .
The service is protected by mutual TLS for outbound connections to external organization. Below are the steps as i understand is required.
Do we have a step by step documentation as this must be a common scenario ?
Regards
SM
Solved! Go to Solution.
My understanding of your setup is as follows:
Can you confirm this is the desired configuration? If so, please elaborate on why a CSR process is needed - usually, the external provider at the target, would provide you with a client key and certificate to load into a keystore at Apigee for use in mTLS configuration.
If your team is maintaining the target service also and is wishing to generate a CSR and private key to provide to a signing authority in order to obtain this certificate, most signing authorities have tutorials and even wizards for this. You can use openssl, java keytool, etc. SSL Shopper has this handy guide for using OpenSSL to generate a CSR and private key.