Class PrintCertificateRequestMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="printCertificateRequest",
          requiresProject=true)
    public class PrintCertificateRequestMojo
    extends AbstractKeyToolRequestMojo<KeyToolPrintCertificateRequestRequest>
    To print the content of a certificate request.

    Implemented as a wrapper around the SDK keytool -printcertreq command.

    Note This operation was not implemented by the keytool before jdk 1.7.

    See keystore documentation.

    Since:
    1.2