From 31172d602ff8bce4b4680c3a2da58b6db2e8d9f0 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 5 Jun 2020 15:46:39 -0400 Subject: Refactor sliapi springboot Moved sli-api springboot microservice from ccsdk/sli/core to ccsdk/apps Change-Id: Ibecae568cf90b71575403052111e7be9ff543376 Issue-ID: CCSDK-2096 Signed-off-by: Dan Timoney --- ms/sliboot/src/main/resources/application-https.properties | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ms/sliboot/src/main/resources/application-https.properties (limited to 'ms/sliboot/src/main/resources/application-https.properties') diff --git a/ms/sliboot/src/main/resources/application-https.properties b/ms/sliboot/src/main/resources/application-https.properties new file mode 100644 index 00000000..350e19f6 --- /dev/null +++ b/ms/sliboot/src/main/resources/application-https.properties @@ -0,0 +1,5 @@ +server.port=8443 +server.ssl.key-store=${CCSDK_CONFIG_DIR}/org.onap.sdnc.p12 +server.ssl.key-store-password=ff^G9D]yf&r}Ktum@BJ0YB?N +server.ssl.key-store-type=pkcs12 +server.ssl.key-alias=sdnc@sdnc.onap.org -- cgit 1.2.3-korg