keytool:exportCertificate
Full name:
org.codehaus.mojo:keytool-maven-plugin:2.0.2:exportCertificate
Description:
To export a certificate from a keystore using Java KeyStore API. See keytool documentation.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version:
1.2.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<alias> |
String |
- |
No description. |
<file> |
String |
1.2 |
Output file name. |
<keystore> |
File |
- |
No description. Default: ${project.build.directory}/keystore |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<skip> |
boolean |
1.1 |
Set to true to disable the plugin.Default: false |
<storepass> |
String |
- |
No description. |
<storetype> |
String |
- |
No description. |
<verbose> |
boolean |
- |
Enable verbose mode (in mojo and in keytool command). See keytool options. Default: false |
Parameter Details
<alias>
No description.
- Type:
java.lang.String - Required:
Yes
<file>
Output file name.
- Type:
java.lang.String - Since:
1.2 - Required:
Yes
<keystore>
No description.
- Type:
java.io.File - Required:
Yes - Default:
${project.build.directory}/keystore
<skip>
Set to
true to disable the plugin.- Type:
boolean - Since:
1.1 - Required:
No - Default:
false
<storepass>
No description.
- Type:
java.lang.String - Required:
No
<storetype>
No description.
- Type:
java.lang.String - Required:
No
<verbose>
Enable verbose mode (in mojo and in keytool command). See keytool options.
- Type:
boolean - Required:
No - Default:
false

