You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Roland Hopferwieser (JIRA)" <ji...@apache.org> on 2017/12/10 18:50:00 UTC

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

Roland Hopferwieser created NIFI-4687:
-----------------------------------------

             Summary: 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)