What requires configuration of both a key store and a trust store for an HTTP Listener?
What requires configuration of both a key store and a trust store for an HTTP Listener?
Support for TLS mutual (two-way) authentication with HTTP clients requires configuration of both a key store and a trust store. The key store contains the server's private key and certificate, while the trust store contains the trusted certificates. This configuration is necessary for mutual authentication, where both the client and the server authenticate each other.
A. Support for TLS mutual (two-way) authentication with HTTP clients
A is correct