From f65519cfc06693ed1775e9c00c642ab65f32ed05 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 20 Sep 2021 23:23:38 -0400 Subject: Don't use keytool in test code Modified code to generate a self-signed certificate file programmatically instead of using keytool. Issue-ID: POLICY-3587 Change-Id: I53b6ffe65f33e5710eba633973e5d23b148f049f Signed-off-by: Jim Hahn --- utils-test/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils-test/pom.xml') diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 863467f1..ca2e83c7 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -39,6 +39,11 @@ + + org.bouncycastle + bcpkix-fips + 1.0.5 + com.google.re2j re2j -- cgit 1.2.3-korg