Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/41#discussion_r98259124
--- Diff: README.md ---
@@ -243,6 +245,26 @@ Additionally, users can utilize the MiNiFi Toolkit
Converter (version 0.0.1 - sc
Port: 10001
Host Name: localhost
+### Site2Site Security Configuration
+
+ in minifi.properties
+
+ enable tls ssl
+ 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=./conf/client.pem
+ nifi.security.client.private.key=./conf/client.pem
+ setup the client private key passphase file
+ nifi.security.client.pass.phase=./conf/password
+ setup the client CA certificate file
+ nif.security.client.ca.certificate=./conf/nifi-cert.pem
--- End diff --
typo for nifi
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---