Configuring communication with secured EFM
When communicating with a secured Edge Flow Manager (EFM), you must configure additional properties.
If you are configuring a MiNiFi C++ agent, use the
minifi.properties file located in the conf
directory.
For the C++ agent, configure the following additional properties in the
minifi.properties
file for communication with a secured
EFM:
# 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=