MiNiFi Java Agent Administration
Also available as:
PDF

Security Properties

These properties pertain to various security features in NiFi. Many of these properties are covered in more detail in the Security Configuration section of this Administrator's Guide.

PropertyDescription
keystoreThe full path and name of the keystore. It is blank by default.
keystore typeThe keystore type. It is blank by default.
keystore passwordThe keystore password. It is blank by default.
key passwordThe key password. It is blank by default.
truststoreThe full path and name of the truststore. It is blank by default.
truststore typeThe truststore type. It is blank by default.
truststore passwordThe truststore password. It is blank by default.
ssl protocolThe protocol to use when communicating via https. Necessary to transfer provenance securely.

Note: A StandardSSLContextService will be made automatically with the ID "SSL-Context-Service" if "ssl protocol" is configured.