Skip to content

Commit

Permalink
Update TLS13AuthenticationTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
luisa-ball authored Oct 4, 2024
1 parent 82d05c2 commit 7bd0701
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class TLS13AuthenticationTest {

private static final String CLIENT_CONFIG = "tls13-authentication-config.xml";
private static final char[] PASSWORD = "Elytron".toCharArray();
private static final String CA_JKS_LOCATION = "./target/test-classes/pkcs12";
private static final String CA_PKCS_LOCATION = "./target/test-classes/pkcs12";

private static CAGenerationTool caGenerationTool = null;
private static SecurityDomain securityDomain = null;
Expand All @@ -74,7 +74,7 @@ public class TLS13AuthenticationTest {
public static void setUp() throws Exception{

caGenerationTool = CAGenerationTool.builder()
.setBaseDir(CA_JKS_LOCATION)
.setBaseDir(CA_PKCS_LOCATION)
.setRequestIdentities(Identity.LADYBIRD, Identity.SCARAB)
.build();

Expand Down

0 comments on commit 7bd0701

Please sign in to comment.