keytool:printCRLFile
Full name:
org.codehaus.mojo:keytool-maven-plugin:2.0.2:printCRLFile
Description:
To print the content of a CRL file. Uses Java Certificate API directly. Note This operation was not implemented by the keytool before jdk 1.7. See keystore documentation.
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 |
|---|---|---|---|
<file> |
File |
1.2 |
Input file name. See options. |
<skip> |
boolean |
1.1 |
Set to true to disable the plugin.Default: false |
<verbose> |
boolean |
- |
Enable verbose mode (in mojo and in keytool command). See keytool options. Default: false |
Parameter Details
<file>
Input file name. See options.
- Type:
java.io.File - Since:
1.2 - Required:
No
<skip>
Set to
true to disable the plugin.- Type:
boolean - Since:
1.1 - Required:
No - Default:
false
<verbose>
Enable verbose mode (in mojo and in keytool command). See keytool options.
- Type:
boolean - Required:
No - Default:
false

