Overview

Key Concepts

General

Account

Design

Transition

Operation

Edit this page on GitHub

Home > user > design > Keystore Component

Keystore Component

The keystore component works together with the certificate component of a platform to manage SSL certificates and uses the certificates in the Keystore used in the Java platform and therefore platforms such as Tomcat, Kafka and others.

Attributes

KeyStore Filename: the filename for the keystore, typically with a .jks extension.
KeyStore password: the password to access the keystore. It should be the same passphrase as used in the certificate component

Example

See a full example usage in the certificate component documentation