summaryrefslogtreecommitdiffstats
path: root/vnfm-simulator/vnfm-service/src/main/resources/application.yaml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-07-18 18:22:15 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-18 18:22:15 +0000
commit97ad3ad656f2cdefb9606654b5ceacc12694fddb (patch)
treea8f229ec38ef766b8fec32c72882fa0276f9d89d /vnfm-simulator/vnfm-service/src/main/resources/application.yaml
parent582c5624b4947c14116477297bb4535043281bed (diff)
parentd419c8d0fbfb235234c5a3f01711b1c76a9748bb (diff)
Merge "Implement TLS for calls from VNFM adapter to VNFM"
Diffstat (limited to 'vnfm-simulator/vnfm-service/src/main/resources/application.yaml')
-rw-r--r--vnfm-simulator/vnfm-service/src/main/resources/application.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/vnfm-simulator/vnfm-service/src/main/resources/application.yaml b/vnfm-simulator/vnfm-service/src/main/resources/application.yaml
index 2ef302ce25..ea8105d891 100644
--- a/vnfm-simulator/vnfm-service/src/main/resources/application.yaml
+++ b/vnfm-simulator/vnfm-service/src/main/resources/application.yaml
@@ -34,6 +34,11 @@ server:
port: 9093
tomcat:
max-threads: 50
+ ssl:
+ key-alias: so@so.onap.org
+ key--store-password: '7Em3&j4.19xYiMelhD5?xbQ.'
+ key-store: classpath:so-vnfm-simulator.p12
+ key-store-type: PKCS12
vnfds:
vnfdlist:
@@ -56,4 +61,4 @@ vnfds:
- vnfcid: VNFC4
resourceTemplateId: vnfd2_vnfc4
vduId: vnfd2_vduForVnfc4
- type: COMPUTE \ No newline at end of file
+ type: COMPUTE