From c5873eceb716c3d8ea014513d629748b5a4ceb40 Mon Sep 17 00:00:00 2001 From: Andy LoPresto Date: Wed, 19 Feb 2020 17:21:23 -0800 Subject: [PATCH] NIFI-7165 Fixed TLS Toolkit Guide flags with default validity days. Signed-off-by: Pierre Villard This closes #4064. --- nifi-docs/src/main/asciidoc/toolkit-guide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nifi-docs/src/main/asciidoc/toolkit-guide.adoc b/nifi-docs/src/main/asciidoc/toolkit-guide.adoc index baaf55565f..05459f0e5e 100644 --- a/nifi-docs/src/main/asciidoc/toolkit-guide.adoc +++ b/nifi-docs/src/main/asciidoc/toolkit-guide.adoc @@ -758,7 +758,7 @@ The following are available options: * `-B`,`--clientCertPassword ` Password for client certificate. Must either be one value or one for each client DN (auto-generate if not specified) * `-c`,`--certificateAuthorityHostname ` Hostname of NiFi Certificate Authority (default: `localhost`) * `-C`,`--clientCertDn ` Generate client certificate suitable for use in browser with specified DN (Can be specified multiple times) -* `-d`,`--days ` Number of days issued certificate should be valid for (default: `1095`) +* `-d`,`--days ` Number of days issued certificate should be valid for (default: `825`) * `-f`,`--nifiPropertiesFile ` Base _nifi.properties_ file to update (Embedded file identical to the one in a default NiFi install will be used if not specified) * `-g`,`--differentKeyAndKeystorePasswords` Use different generated password for the key and the keystore * `-G`,`--globalPortSequence ` Use sequential ports that are calculated for all hosts according to the provided hostname expressions (Can be specified multiple times, MUST BE SAME FROM RUN TO RUN) @@ -819,7 +819,7 @@ The following are available options: * `-a`,`--keyAlgorithm ` Algorithm to use for generated keys (default: `RSA`) * `--configJsonIn ` The place to read configuration info from (defaults to the value of configJson), implies useConfigJson if set (default: `configJson` value) -* `-d`,`--days ` Number of days issued certificate should be valid for (default: `1095`) +* `-d`,`--days ` Number of days issued certificate should be valid for (default: `825`) * `-D`,`--dn ` The dn to use for the CA certificate (default: `CN=YOUR_CA_HOSTNAME,OU=NIFI`) * `-f`,`--configJson ` The place to write configuration info (default: `config.json`) * `-F`,`--useConfigJson` Flag specifying that all configuration is read from `configJson` to facilitate automated use (otherwise `configJson` will only be written to)