Skip to content

Commit

Permalink
NIFI-12814 Corrected documentation for manual keystore generation
Browse files Browse the repository at this point in the history
- Corrected certificate order with node then issuer

This closes #8424

Signed-off-by: David Handermann <[email protected]>
  • Loading branch information
greyp9 authored and exceptionfactory committed Feb 19, 2024
1 parent 32a3311 commit 44e2087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nifi-docs/src/main/asciidoc/walkthroughs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -785,8 +785,8 @@ NOTE: Many of the below commands will request a password that will protect the d
- ...

. Generate cluster node certificate chain (one for each node).
- `cat ca.cer nifi1.cer >nifi1.chain.cer`
- `cat ca.cer nifi2.cer >nifi2.chain.cer`
- `cat nifi1.cer ca.cer >nifi1.chain.cer`
- `cat nifi2.cer ca.cer >nifi2.chain.cer`
- ...

. Generate certificate authority keystore.
Expand Down

0 comments on commit 44e2087

Please sign in to comment.