[ 
https://issues.apache.org/jira/browse/KNOX-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13778281#comment-13778281
 ] 

ASF subversion and git services commented on KNOX-162:
------------------------------------------------------

Commit 401718e4b5c2ded82804f1013dd2c20da73189f0 in branch refs/heads/master 
from [~lmccay]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-knox.git;h=401718e ]

KNOX-162 - support same password for key and keystore
                
> Support Providing Your own SSL Certificate
> ------------------------------------------
>
>                 Key: KNOX-162
>                 URL: https://issues.apache.org/jira/browse/KNOX-162
>             Project: Apache Knox
>          Issue Type: Bug
>    Affects Versions: 0.3.0
>            Reporter: Larry McCay
>             Fix For: 0.3.0
>
>
> For 0.3.0 we will support key passphrases that are the same as the keystore 
> password.
> In order to generate your own selfsigned cert/keystore and credential store:
> Gateway identity keystore:
> keytool -genkey -keyalg RSA -alias gateway-identity -keystore gateway.jks 
> -storepass {masterpassword} -validity 360 -keysize 2048
> Gateway credential store:
> keytool -genkey -alias credstore -keystore __gateway-credentials.jceks 
> -storepass {masterpassword} -validity 360 -keysize 1024 -storetype JCEKS
> Place these files in the {GATEWAY_HOME}/conf/security/keystores directory 
> prior to server startup.
> NOTE: that the same masterpassword is being used for each store.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to