• 0.15.0

jcabi-ssl:keygen

Full name:

com.jcabi:jcabi-ssl-maven-plugin:0.15.0:keygen

Description:

Generate SSL keystore and configure in JVM.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Since version: 0.5.
  • Binds by default to the lifecycle phase: initialize.

Optional Parameters

Name Type Since Description
<cacerts> File - Name of cacerts.jks file.
Default: ${project.build.directory}/cacerts.jks
<keystore> File - Name of keystore.jks file.
Default: ${project.build.directory}/keystore.jks
<skip> boolean - Shall we skip execution?

Parameter Details

<cacerts>

Name of cacerts.jks file.
  • Type: java.io.File
  • Required: No
  • Default: ${project.build.directory}/cacerts.jks

<keystore>

Name of keystore.jks file.
  • Type: java.io.File
  • Required: No
  • Default: ${project.build.directory}/keystore.jks

<skip>

Shall we skip execution?
  • Type: boolean
  • Required: No