Creating a keystore and importing certificates
When working with Stambia DI, you may have to work with certificates.
For instance, when securing Runtime communication, or when connecting to a secured Runtime, you may need to work with certificates for authenticating the communications.
In Java world, certificates are handled through Java keystores, which you will learn to create and modify in this article.