From 7e0bcb98e1ebc3bc64d1a33dbb7d626496f6e1d0 Mon Sep 17 00:00:00 2001 From: VKadam <56328193+VedaKadam@users.noreply.github.com> Date: Wed, 23 Sep 2020 16:37:26 -0700 Subject: [PATCH] NIFI-7841: Made corrections in the nifi-walkthroughs docs (#4548) Signed-off-by: Andy LoPresto --- nifi-docs/src/main/asciidoc/walkthroughs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-docs/src/main/asciidoc/walkthroughs.adoc b/nifi-docs/src/main/asciidoc/walkthroughs.adoc index 3d23bbfefb..23019819b5 100644 --- a/nifi-docs/src/main/asciidoc/walkthroughs.adoc +++ b/nifi-docs/src/main/asciidoc/walkthroughs.adoc @@ -1079,7 +1079,7 @@ The resulting directory will contain 7 new entries: ** `node3.nifi/` -- The directory containing `node3` keystore and related files -- Optional command to execute all steps together using the toolkit pattern syntax: -* `./bin/tls-toolkit.sh -n 'node[1-3].nifi' -C 'CN=my_username' -c 'ca.nifi'` -- Performs all steps listed above simultaneously +* `./bin/tls-toolkit.sh standalone -n 'node[1-3].nifi' -C 'CN=my_username' -c 'ca.nifi'` -- Performs all steps listed above simultaneously . Create a new `nifi_cluster` folder in an appropriate location. In this example, where all three nodes will run on the same machine, the `/etc/nifi_cluster` directory is used. All further instructions occur from this directory. * `mkdir /etc/nifi_cluster` -- Creates the working directory * `cd /etc/nifi_cluster` -- Change to the created directory