Skip to main content

StandardRestrictedSSLContextService

Description

Restricted implementation of the SSLContextService. Provides the ability to configure keystore and/or truststore properties once and reuse that configuration throughout the application, but only allows a restricted set of TLS/SSL protocols to be chosen (no SSL protocols are supported). The set of protocols selectable will evolve over time as new protocols emerge and older protocols are deprecated. This service is recommended over StandardSSLContextService if a component doesn't expect to communicate with legacy systems since it is unlikely that legacy systems will support these protocols.

Tags

certificate, jks, keystore, p12, pkcs, pkcs12, secure, ssl, tls, truststore

Properties

In the list below required Properties are shown with an asterisk (*). Other properties are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Keystore FilenameKeystore FilenameThe fully-qualified filename of the Keystore

Supports Expression Language, using Environment variables.
Keystore PasswordKeystore PasswordThe password for the Keystore
Key Passwordkey-passwordThe password for the key. If this is not specified, but the Keystore Filename, Password, and Type are specified, then the Keystore Password will be assumed to be the same as the Key Password.
Keystore TypeKeystore Type
  • BCFKS
  • PKCS12
  • JKS
The Type of the Keystore
Truststore FilenameTruststore FilenameThe fully-qualified filename of the Truststore

Supports Expression Language, using Environment variables.
Truststore PasswordTruststore PasswordThe password for the Truststore
Truststore TypeTruststore Type
  • BCFKS
  • PKCS12
  • JKS
The Type of the Truststore
TLS ProtocolSSL ProtocolTLS
  • TLS
  • TLSv1.3
  • TLSv1.2
TLS Protocol Version for encrypted connections. Supported versions depend on the specific version of Java used.

State Management

This component does not store state.

Restricted

This component is not restricted.

System Resource Considerations

This component does not specify system resource considerations.

See Also