RE: NiFi https/ssl configuration

2018-03-14 Thread V, Prashanth (Nokia - IN/Bangalore)
] Sent: Wednesday, March 14, 2018 2:17 AM To: users@nifi.apache.org Subject: Re: NiFi https/ssl configuration Prashanth, The command you ran to generate client certificates did not have a space between “CN=admin,” and “OU=NIFI” in the certificate DN. This DN must match exactly the Initial Admin

Re: NiFi https/ssl configuration

2018-03-13 Thread Andy LoPresto
Prashanth, The command you ran to generate client certificates did not have a space between “CN=admin,” and “OU=NIFI” in the certificate DN. This DN must match exactly the Initial Admin Identity you configure in authorizers.xml, which it does not. Either change the IAI to match the certificate

RE: NiFi https/ssl configuration

2018-03-13 Thread V, Prashanth (Nokia - IN/Bangalore)
Hi Team, I did the following steps to configure ssl for nifi: * Ran `bin/tls-toolkit.sh standalone -n 'hostname' -C 'CN=admin,OU=NIFI' -o ./target` * Copied nifi.propeties, keystore & trustore jks file under nifi/conf folder * Updated authorizers.xml with