smolnar82 commented on issue #115: KNOX-1922 - Processing a DNSName only if the 
hostname starts with a letter
URL: https://github.com/apache/knox/pull/115#issuecomment-511837541
 
 
   Thanks, @risdenk for your time and the useful comment above. I've just 
submitted a new patch; tested as follows:
   ```
   $ ./bin/knoxcli.sh create-cert --hostname 127.0.0.1
   
***************************************************************************************************
   Be aware that you will need to enter your master secret for future starts 
exactly as you do here.
   This secret is needed to access protected resources for the service process.
   The master secret must be protected, kept secret and not stored in clear 
text anywhere.
   
***************************************************************************************************
   Enter master secret: 
   Enter master secret again: 
   Certificate gateway-identity has been successfully created.
   
   $ bin/gateway.sh start
   Starting Gateway succeeded with PID 18665.
   
   $ ps -ef | grep gateway
     502 18665     1   0  4:17PM ttys001    0:23.18 
/Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/jre//bin/java 
-Djava.library.path=/Users/smolnar/test/knoxGateway/ext/native    -jar 
/Users/smolnar/test/knoxGateway/bin/gateway.jar
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to