Introduction
When using Infinispan as an external cache for WildFly, we might want to:
Encrypt communication
Use a client certificate to authenticate to Infinispan
Generate Keystores
The first thing we need is keys and certificates to:
encrypt com...