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.
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
See a full example usage in the certificate component documentation
© oneops.com All Rights Reserved.