From 4b2ef1a5a9bf92aeb7edc1512f7a6cd8e1be99d8 Mon Sep 17 00:00:00 2001 From: Michael Mokry Date: Wed, 27 Feb 2019 07:42:20 -0600 Subject: Added HTTPS and CADI/AAF Support for PDP-X - Yay I found the mysterious https issue that caused the junit to fail. Please don't laugh, it was a typo :) - Made changes per review comments 1) Added builder class for RestServer constructor 2) removed some try/catch blocks in junit 3) Other minor changes - More changes per review comments - Added changes per Ram's review comments (not lombrok yet) - Made changes for ONAP API CVS guidelines Change-Id: Ie1a6225459b3ce235cd73828ccddec04c690f5fd Issue-ID: POLICY-1436 Signed-off-by: Michael Mokry --- main/src/test/resources/ssl/policy-keystore | Bin 0 -> 4311 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 main/src/test/resources/ssl/policy-keystore (limited to 'main/src/test/resources/ssl') diff --git a/main/src/test/resources/ssl/policy-keystore b/main/src/test/resources/ssl/policy-keystore new file mode 100644 index 00000000..7d2b1ecc Binary files /dev/null and b/main/src/test/resources/ssl/policy-keystore differ -- cgit 1.2.3-korg