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.
| Property | Description |
|---|---|
| keystore | The full path and name of the keystore. It is blank by default. |
| keystore type | The keystore type. It is blank by default. |
| keystore password | The keystore password. It is blank by default. |
| key password | The key password. It is blank by default. |
| truststore | The full path and name of the truststore. It is blank by default. |
| truststore type | The truststore type. It is blank by default. |
| truststore password | The truststore password. It is blank by default. |
| ssl protocol | The 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.

