From baee9c938ce5caaa20879c494cce9beb01f3a8e0 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 19 Mar 2021 12:00:30 -0400 Subject: Delete keystores from distribution The Keystore is no longer needed in the tarball, as it is supplied externally by the CSITs and Helm charts. Deleted that file. Also modified the junits to use utils-test to generates keystores at runtime, thus deleted the junit keystore file, too. Issue-ID: POLICY-3143 Change-Id: I9daf6da10f2027880c260bd6f529bf6c6e7c2e91 Signed-off-by: Jim Hahn --- .../src/main/resources/etc/ssl/policy-keystore | Bin 4431 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 packages/policy-distribution-tarball/src/main/resources/etc/ssl/policy-keystore (limited to 'packages/policy-distribution-tarball/src') diff --git a/packages/policy-distribution-tarball/src/main/resources/etc/ssl/policy-keystore b/packages/policy-distribution-tarball/src/main/resources/etc/ssl/policy-keystore deleted file mode 100644 index b95e0103..00000000 Binary files a/packages/policy-distribution-tarball/src/main/resources/etc/ssl/policy-keystore and /dev/null differ -- cgit 1.2.3-korg