Member since
05-02-2017
28
Posts
1
Kudos Received
0
Solutions
05-15-2017
09:53 AM
@Sebastian Carroll I have try to use nifi-toolkit-1.0.0, but it is the same with 1.2.0. I will try it on the linux again.
... View more
05-15-2017
09:21 AM
I used NIFI 1.2.0 on windows and use the same command, tls-toolkit.bat standalone -n localhost -C 'CN=scarroll,OU=NIFI' -O -o security_output, but it missing following files, it is very ...... : ( ├── CN=scarroll_OU=NIFI-O.p12
├── CN=scarroll_OU=NIFI-O.password
├── CN=scarroll_OU=NIFI.p12
├── CN=scarroll_OU=NIFI.password
... View more
05-15-2017
09:01 AM
@Sebastian Carroll NIFI 1.2.0 After ./bin/tls-toolkit.sh standalone -n localhost -C 'CN=scarroll,OU=NIFI'-O -o ../security_output, the output is as following: nifi-key.key nifi-cert.pem -localhost ├── keystore.jks ├── nifi.properties └── truststore.jks There is no .p12 file. How to make the chrome to import the crt ? Thank you for your help.
... View more