[
https://issues.apache.org/jira/browse/KNOX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated KNOX-1661:
-------------------------------
Description:
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
> 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
>
>
> 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)