truststore

Version

Configuration element for a truststore containing trusted CA certificates.

Used by Membrane's TLS components to validate remote certificates presented during SSL/TLS handshakes.

Syntax

truststore:
algorithm: <string>
checkRevocation: <string>
location: <string>
password: <string>
provider: <string>
type: <string>
truststore:
  algorithm: <string>
  checkRevocation: <string>
  location: <string>
  password: <string>
  provider: <string>
  type: <string>

Attributes

NameRequiredDefaultDescriptionExamples
algorithmfalse-Trust manager algorithm used to validate certificate chains.-
checkRevocationfalse-Comma-separated PKIX revocation options: ONLY_END_ENTITY, PREFER_CRLS, NO_FALLBACK, SOFT_FAIL.ONLY_END_ENTITY,SOFT_FAIL
locationfalse-A file/resource containing the PKCS#12 keystore (*.p12).-
passwordfalse-The password used to open the keystore/truststore.-
providerfalse-Provider to use when loading the keystore.-
typefalse-Keystore type (e.g., PKCS12, JKS).-

Can be used in