[ 
https://issues.apache.org/jira/browse/NIFI-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407094#comment-15407094
 ] 

Andy LoPresto edited comment on NIFI-2476 at 8/4/16 3:49 AM:
-------------------------------------------------------------

The standalone tool should combine {{nifi-cert.pem}} and {{nifi-key.key}} into 
{{client.p12}} so a user can provide a client certificate to connect to the 
newly secured NiFi instance. 

{{ossl pkcs12 -export -out client.p12 -inkey nifi-key.key -in nifi-cert.pem}}


was (Author: alopresto):
The standalone tool should combine {{nifi-cert.pem}} and {{nifi-key.key}} into 
{{client.p12}} so a user can provide a client certificate to connect to the 
newly secured NiFi instance. 

{{ossl pkcs12 -export -out nifi-cert.p12 -inkey nifi-key.key -in nifi-cert.pem}}

> Further refine tls-toolkit based on feedback gathered during beta
> -----------------------------------------------------------------
>
>                 Key: NIFI-2476
>                 URL: https://issues.apache.org/jira/browse/NIFI-2476
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Bryan Rosander
>
> The basic functionality of generating keystores, truststores, 
> nifi.properties, and a configuration json is implemented.
> As people start using this tool to ease the tls setup process in NiFi, 
> shortcomings in the initial implementation will need to be addressed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to