diff options
Diffstat (limited to 'ms/sliboot/src/main/resources/application-https.properties')
-rw-r--r-- | ms/sliboot/src/main/resources/application-https.properties | 5 |
1 files changed, 5 insertions, 0 deletions
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 |