From fc32c230809a051bc1c17e8a2a447210822eebe7 Mon Sep 17 00:00:00 2001 From: liboNet Date: Tue, 18 Dec 2018 09:22:00 +0800 Subject: add Https support for distribution endpoints . add the https into the RestServerParameters interface . update CommonTestData to support https interface . add two cases for healthcheck and statistic https validation . update the package script to use JVM properties . add keystore and truststore to resources dir . update the keystore path for consistency Change-Id: I04b2a3e1afef84eafbb6a22e6fe2122a5a181883 Issue-ID: POLICY-1221 Signed-off-by: liboNet --- 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/policy-keystore') 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