keytool:generateCertificate
Full name:
org.codehaus.mojo:keytool-maven-plugin:2.0.2:generateCertificate
Description:
To generate certificate from a certificate request using Bouncy Castle.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version:
1.2.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<alias> |
String |
- |
No description. |
<dname> |
String |
- |
No description. |
<exts> |
List<String> |
- |
No description. |
<infile> |
File |
- |
No description. |
<keypass> |
String |
- |
No description. |
<keystore> |
File |
- |
No description. |
<outfile> |
File |
- |
No description. |
<rfc> |
boolean |
- |
No description. |
<sigalg> |
String |
- |
No description. |
<skip> |
boolean |
1.1 |
Set to true to disable the plugin.Default: false |
<storepass> |
String |
- |
No description. |
<storetype> |
String |
- |
No description. |
<validity> |
String |
- |
No description. Default: 90 |
<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:
No
<dname>
No description.
- Type:
java.lang.String - Required:
No
<exts>
No description.
- Type:
java.util.List<java.lang.String> - Required:
No
<infile>
No description.
- Type:
java.io.File - Required:
No
<keypass>
No description.
- Type:
java.lang.String - Required:
No
<keystore>
No description.
- Type:
java.io.File - Required:
No
<outfile>
No description.
- Type:
java.io.File - Required:
No
<rfc>
No description.
- Type:
boolean - Required:
No
<sigalg>
No description.
- Type:
java.lang.String - Required:
No
<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
<validity>
No description.
- Type:
java.lang.String - Required:
No - Default:
90
<verbose>
Enable verbose mode (in mojo and in keytool command). See keytool options.
- Type:
boolean - Required:
No - Default:
false

