Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1491#discussion_r101137884
--- Diff:
nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/service/client/TlsCertificateAuthorityClientCommandLine.java
---
@@ -41,12 +41,14 @@
public class TlsCertificateAuthorityClientCommandLine extends
BaseCertificateAuthorityCommandLine {
public static final String DESCRIPTION = "Generates a private key and
gets it signed by the certificate authority.";
public static final String CERTIFICATE_DIRECTORY =
"certificateDirectory";
+ public static final String SUBJECT_ALTERNATIVE_NAME =
"subjectAlternativeName";
--- End diff --
This should probably be plural.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---