You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Pierre Villard (JIRA)" <ji...@apache.org> on 2017/12/21 09:48:02 UTC

[jira] [Updated] (NIFI-4687) Allow IP addresses in SANs of tls-toolkit generated certificates

     [ https://issues.apache.org/jira/browse/NIFI-4687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre Villard updated NIFI-4687:
---------------------------------
    Status: Patch Available  (was: Open)

> Allow IP addresses in SANs of tls-toolkit generated certificates
> ----------------------------------------------------------------
>
>                 Key: NIFI-4687
>                 URL: https://issues.apache.org/jira/browse/NIFI-4687
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Roland Hopferwieser
>            Priority: Minor
>         Attachments: TlsHelper-allow-ip-addresses-in-SAN.patch
>
>
> If you run 
> {{tls-toolkit.sh standalone -n nifi.localdomain --subjectAlternativeNames 10.0.0.2}}
> you get a certificate with the "X509v3 Subject Alternative Name"
> {{DNS:nifi.localdomain, DNS:10.0.0.2}}
> This patch will change it to the correct form
>  {{DNS:nifi.localdomain, IP Address:10.0.0.2}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)