From 44e20873b8e095fb26f170764451207cadf4728c Mon Sep 17 00:00:00 2001 From: Paul Grey Date: Sun, 18 Feb 2024 18:58:29 -0500 Subject: [PATCH] NIFI-12814 Corrected documentation for manual keystore generation - Corrected certificate order with node then issuer This closes #8424 Signed-off-by: David Handermann --- nifi-docs/src/main/asciidoc/walkthroughs.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nifi-docs/src/main/asciidoc/walkthroughs.adoc b/nifi-docs/src/main/asciidoc/walkthroughs.adoc index dee39ea11d6d..bd4cdc91f615 100644 --- a/nifi-docs/src/main/asciidoc/walkthroughs.adoc +++ b/nifi-docs/src/main/asciidoc/walkthroughs.adoc @@ -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.