[ 
https://issues.apache.org/jira/browse/KNOX-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Larry McCay updated KNOX-162:
-----------------------------

    Assignee: Larry McCay
    
> 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
>            Assignee: 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