mirror of https://github.com/apache/nifi.git
fix copy paste bug in documentation for ldap auth
This closes #2837. Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
parent
d3222b85ab
commit
f8b1ae6d3f
|
@ -97,7 +97,7 @@ volume to provide certificates on the host system to the container instance.
|
|||
docker run --name nifi \
|
||||
-v /User/dreynolds/certs/localhost:/opt/certs \
|
||||
-p 8443:8443 \
|
||||
-e AUTH=tls \
|
||||
-e AUTH=ldap \
|
||||
-e KEYSTORE_PATH=/opt/certs/keystore.jks \
|
||||
-e KEYSTORE_TYPE=JKS \
|
||||
-e KEYSTORE_PASSWORD=QKZv1hSWAFQYZ+WU1jjF5ank+l4igeOfQRp+OSbkkrs \
|
||||
|
|
Loading…
Reference in New Issue