Configuring communication with secured Edge Flow Manager
When communicating with a secured Edge Flow Manager, you must configure additional properties.
For the C++ Agent, configure the following additional properties in the
minifi.properties.d/20_security.properties file for
communication with a secured Edge Flow Manager:
# Security Properties #
# enable tls #
nifi.remote.input.secure=true
# if you want to enable client certificate base authorization #
nifi.security.need.ClientAuth=true
# setup the client certificate and private key PEM files #
nifi.security.client.certificate=
nifi.security.client.private.key=
# setup the client private key passphrase file #
nifi.security.client.pass.phrase=./conf/password
# setup the client CA certificate file #
nifi.security.client.ca.certificate=
