Change the http REST API to https.
[aai/esr-server.git] / standalone / src / main / assembly / conf / extsys.yml
index 41faea9..44b9b98 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2016-2017 ZTE Corporation.
+# Copyright 2016-2018 ZTE Corporation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -36,8 +36,12 @@ server:
   applicationContextPath: /
   adminContextPath: /admin
   connector:
-    type: http
+    type: https
     port: 9518
+    keyStorePath: /home/esr/conf/aaiesr.keystore
+    keyStorePassword: aaiesr
+    validateCerts: false
+    validatePeers: false
 
 # Logging settings.
 logging: