Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1491#discussion_r101137954
--- 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";
public static final String DEFAULT_CERTIFICATE_DIRECTORY = ".";
private final Logger logger =
LoggerFactory.getLogger(TlsCertificateAuthorityClientCommandLine.class);
private final InputStreamFactory inputStreamFactory;
private String certificateDirectory;
+ private String domaineAlternativeName;
--- End diff --
Will change with fix in `TlsConfig.java`.
---
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.
---