You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Risden (JIRA)" <ji...@apache.org> on 2018/12/06 17:22:00 UTC

[jira] [Updated] (KNOX-1661) KNOX-1646 export-cert documentation improvement

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

Kevin Risden updated KNOX-1661:
-------------------------------
    Description: 
KNOX-1646 export-cert improvements need to be documented. From KNOX-1640, this needs to be added to the 1.3.0 book when it is created. 

trunk/books/1.3.0/knox_cli.md
{noformat}
#### Certificate Export ####
##### `bin/knoxcli.sh export-cert [--type JKS|PEM|JCEKS|PKCS12] [--help]` #####
The export-cert command exports the public certificate from the a gateway.jks keystore with the alias of gateway-identity.

It will be exported to `{GATEWAY_HOME}/data/security/keystores/` with a name of `gateway-client-trust.<type>`

Using the --type option you can specify which keystore type you need (default: PEM)

**NOTE:** The password for the JKS, JCEKS and PKCS12 types is `changeit`.
It can be changed using: `keytool -storepasswd -storetype <type> -keystore gateway-client-trust.<type>`{noformat}

  was:
export-cert improvements need to be documented. From KNOX-1640, this needs to be added to the 1.3.0 book when it is created. 

trunk/books/1.3.0/knox_cli.md
{noformat}
#### Certificate Export ####
##### `bin/knoxcli.sh export-cert [--type JKS|PEM|JCEKS|PKCS12] [--help]` #####
The export-cert command exports the public certificate from the a gateway.jks keystore with the alias of gateway-identity.

It will be exported to `{GATEWAY_HOME}/data/security/keystores/` with a name of `gateway-client-trust.<type>`

Using the --type option you can specify which keystore type you need (default: PEM)

**NOTE:** The password for the JKS, JCEKS and PKCS12 types is `changeit`.
It can be changed using: `keytool -storepasswd -storetype <type> -keystore gateway-client-trust.<type>`{noformat}


> KNOX-1646 export-cert documentation improvement
> -----------------------------------------------
>
>                 Key: KNOX-1661
>                 URL: https://issues.apache.org/jira/browse/KNOX-1661
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: Site
>            Reporter: Lars Francke
>            Assignee: Lars Francke
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> KNOX-1646 export-cert improvements need to be documented. From KNOX-1640, this needs to be added to the 1.3.0 book when it is created. 
> trunk/books/1.3.0/knox_cli.md
> {noformat}
> #### Certificate Export ####
> ##### `bin/knoxcli.sh export-cert [--type JKS|PEM|JCEKS|PKCS12] [--help]` #####
> The export-cert command exports the public certificate from the a gateway.jks keystore with the alias of gateway-identity.
> It will be exported to `{GATEWAY_HOME}/data/security/keystores/` with a name of `gateway-client-trust.<type>`
> Using the --type option you can specify which keystore type you need (default: PEM)
> **NOTE:** The password for the JKS, JCEKS and PKCS12 types is `changeit`.
> It can be changed using: `keytool -storepasswd -storetype <type> -keystore gateway-client-trust.<type>`{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)