Package dev.dsf.maven.ca
Class DefaultCaFilesGenerator
java.lang.Object
dev.dsf.maven.ca.DefaultCaFilesGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultCaFilesGenerator
(Path projectBasedir, Path certFolder, List<String> clientOnlyCaCommonNames) -
Method Summary
-
Constructor Details
-
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
-