Github user clebertsuconic commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/606#discussion_r69144653
  
    --- Diff: 
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java 
---
    @@ -347,6 +361,27 @@ public String getClusterPassword() {
           return clusterPassword;
        }
     
    +   public String getSslKeyPassword() {
    +      if (sslKeyPassword == null) {
    +         sslKeyPassword = inputPassword("--ssl-key-password", "Please 
enter the keystore password:", "password");
    --- End diff --
    
    I wouldn't force any of this to use input.. this is an extra feature... can 
you remove the inputs you have added?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to