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

Larry McCay resolved KNOX-162.
------------------------------

    Resolution: Fixed

> 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 was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to