aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/config
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-04-20 13:21:58 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-20 13:21:58 +0000
commit1fb9130cd488228574b49e078148e4bcf1a7a5a8 (patch)
tree13e4e251d068bb274b2cf6ccfe8f573a13084077 /prh-app-server/config
parent23f7acc707bf285df2da4a95b146d1a7f5132453 (diff)
parent5fbcb6344672167e7d1dbf28ecbea3b8f55732fb (diff)
Merge "Implementation for HTTP/HTTPS and endpoints"
Diffstat (limited to 'prh-app-server/config')
-rw-r--r--prh-app-server/config/application.yaml8
-rw-r--r--prh-app-server/config/keystorebin0 -> 2196 bytes
2 files changed, 7 insertions, 1 deletions
diff --git a/prh-app-server/config/application.yaml b/prh-app-server/config/application.yaml
index 0baa1f9d..306c94f7 100644
--- a/prh-app-server/config/application.yaml
+++ b/prh-app-server/config/application.yaml
@@ -2,7 +2,13 @@ spring:
profiles:
active: prod
server:
- port: 8100
+ port: 8433
+ ssl:
+ key-store-type: PKCS12
+ key-store-password: nokiapnf
+ key-store: classpath:keystore.jks
+ key-password: nokiapnf
+ keyAlias: tomcat-localhost
logging:
level:
ROOT: ERROR
diff --git a/prh-app-server/config/keystore b/prh-app-server/config/keystore
new file mode 100644
index 00000000..26a16f75
--- /dev/null
+++ b/prh-app-server/config/keystore
Binary files differ