[
https://issues.apache.org/jira/browse/NIFI-4672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280341#comment-16280341
]
ASF GitHub Bot commented on NIFI-4672:
--------------------------------------
Github user joewitt commented on the issue:
https://github.com/apache/nifi/pull/2322
+1
> NiFi toolkit is not properly passing arguments to the underlying script
> -----------------------------------------------------------------------
>
> Key: NIFI-4672
> URL: https://issues.apache.org/jira/browse/NIFI-4672
> Project: Apache NiFi
> Issue Type: Bug
> Components: Docker
> Reporter: Aldrin Piri
> Assignee: Aldrin Piri
>
> If I perform a Docker run of the resulting NiFi toolkit image as an
> executable, there are inconsistencies in how the argument is passed to the
> underlying scripts.
> Consider the following where I am using the Docker image to generate
> certificates:
> {code}
> docker run --rm -it \
> -v /tmp/certs:/tmp/certs \
> apache/nifi-toolkit \
> tls-toolkit \
> standalone \
> -C "CN=Random User, OU=NiFi, O=Apache, C=US" \
> -n localhost \
> -o /tmp/certs
> {code}
> This will result in an incorrect client DN of just CN=Random being created.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)