Github user alopresto commented on the issue:
https://github.com/apache/nifi/pull/790
I would like to see the log output contain a line for each host generated,
specifying the output directory, hostname, and port.
Example:
```bash
hw12203:...assembly/target/nifi-toolkit-1.0.0-SNAPSHOT-bin/nifi-toolkit-1.0.0-SNAPSHOT
(pr790) alopresto
ð 0s @ 10:55:43 $ ./bin/tls-toolkit.sh standalone -n host1,host2
16/08/04 10:56:00 INFO standalone.TlsToolkitStandaloneCommandLine: No
nifiPropertiesFile specified, using embedded one.
16/08/04 10:56:00 INFO standalone.TlsToolkitStandalone: Running standalone
certificate generation with output directory ../nifi-toolkit-1.0.0-SNAPSHOT and
hostnames [host1, host2]
16/08/04 10:56:01 INFO standalone.TlsToolkitStandalone: Successfully
generated TLS configuration for "host1:10443" in host1/
16/08/04 10:56:01 INFO standalone.TlsToolkitStandalone: Successfully
generated TLS configuration for "host2:10443" in host2/
hw12203:...assembly/target/nifi-toolkit-1.0.0-SNAPSHOT-bin/nifi-toolkit-1.0.0-SNAPSHOT
(pr790) alopresto
ð 18s @ 10:56:02 $
```
With only one or two hosts, it's easy to see on one line, but if many are
provided or the tool errors halfway through, it's nice to have a record of what
was performed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---