Hi,
I have read the documents about mTLS(2 way TLS ) and got to know that we need to add truststore in mtls with keystore. (as shown in below diagram)
But in the apigee documentation, there is no such configuration present in the .properties file.
conf_message-processor-communication_local.http.ssl=true conf/message-processor-communication.properties+local.http.port=8443 conf/message-processor-communication.properties+local.http.ssl.keystore.type=jks conf/message-processor-communication.properties+local.http.ssl.keystore.path=/opt/apigee/customer/application/keystore.jks conf/message-processor-communication.properties+local.http.ssl.keyalias=apigee-devtest # Enter the obfuscated keystore password below. conf/message-processor-communication.properties+local.http.ssl.keystore.password=OBF:obsPword Also can i get .properties file for zookeeper, Cassandra, management server, Qpid server, PostgreSQL, and SMTP server?