Class DefaultCaFilesGenerator

java.lang.Object
dev.dsf.maven.ca.DefaultCaFilesGenerator

public class DefaultCaFilesGenerator extends Object
  • Constructor Details

    • DefaultCaFilesGenerator

      public DefaultCaFilesGenerator(Path projectBasedir, Path certFolder, List<String> clientOnlyCaCommonNames) throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
  • Method Details

    • createFiles

      public void createFiles(Stream<Path> clientCertIssuingCaFiles, Stream<Path> clientCertCaChainFiles, Stream<Path> serverCertRootCaFiles) throws IOException, org.apache.maven.plugin.MojoExecutionException
      Throws:
      IOException
      org.apache.maven.plugin.MojoExecutionException