On Mon, Dec 13, 2010 at 9:24 AM, Aidan Diffey <[email protected]> wrote: > I have an embedded server that has multuiple NIOListeners each bound to a > different virtual IP address. > > If I want to run each of these listeners in FTPS (explicit) mode, can I use > a single Keystore or do I require a keystore for each listener?
You should be able to reuse your SslConfiguration on all listeners. /niklas
