Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1491#discussion_r101138034
--- Diff:
nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/service/client/TlsCertificateAuthorityClientCommandLine.java
---
@@ -110,13 +113,18 @@ protected String getDnHostname() {
protected CommandLine doParse(String[] args) throws
CommandLineParseException {
CommandLine commandLine = super.doParse(args);
certificateDirectory =
commandLine.getOptionValue(CERTIFICATE_DIRECTORY,
DEFAULT_CERTIFICATE_DIRECTORY);
+ domaineAlternativeName =
commandLine.getOptionValue(SUBJECT_ALTERNATIVE_NAME);
return commandLine;
}
public String getCertificateDirectory() {
return certificateDirectory;
}
+ public String getDomaineAlternativeName() {
--- End diff --
Same comment about typo.
---
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.
---