Re: NiFi Manual Keystore - Generate cluster node certificate chain

2024-02-20 Thread Matthew Hawkins
A reminder I tossed up a gist over here with a java keytool version of a local CA with a NiFi bent: https://gist.github.com/hawko2600/922b727634784614465b83e52ec2be52 For clusters, you just need a key per host and share them around the common truststore.jks Consider it Apache License 2.0. On

Re: NiFi Manual Keystore - Generate cluster node certificate chain

2024-02-18 Thread Paul Grey
Matthew, Thanks much for identifying this issue with the documentation. I see the same error message when running step 8. I've created a JIRA and a pull request to correct the documentation. https://issues.apache.org/jira/browse/NIFI-12814 https://github.com/apache/nifi/pull/8424 On Fri, Feb

NiFi Manual Keystore - Generate cluster node certificate chain

2024-02-16 Thread Matthew Wilson
Hi Devs, Recently found that in the steps to create Manual Keystore the step 6 for "Generate cluster node certificate chain" currently shows as: cat ca.cer nifi1.cer >nifi1.chain.cercat ca.cer nifi2.cer >nifi2.chain.cer However this creates the chain.cer files incorrectly which generates  the