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)