summaryrefslogtreecommitdiffstats
path: root/sms-service/bin/deploy/smsconfig.json
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2018-05-14 14:40:03 -0700
committerGirish Havaldar <hg0071052@techmahindra.com>2018-05-15 04:25:49 +0000
commit30cd384dd2ea48ad3be9c6595cc1b43fe2318e4a (patch)
tree23d2f7f99a39b90d1e7d7274ef1007ff6c89ad3c /sms-service/bin/deploy/smsconfig.json
parent9f98749e160474ce06214530a4c05dbf3468f5cc (diff)
Adding updated certs and encryption
Adding new SAN certificates from AAF Adding encrypted storage for certificates Moving certificates to different folder during deployment. certs vs auth Issue-ID: AAF-284 Change-Id: Ic0c3972556b36f773c7a653059eccd077624e4b6 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'sms-service/bin/deploy/smsconfig.json')
-rw-r--r--sms-service/bin/deploy/smsconfig.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/sms-service/bin/deploy/smsconfig.json b/sms-service/bin/deploy/smsconfig.json
index 4c3cf3c..df446eb 100644
--- a/sms-service/bin/deploy/smsconfig.json
+++ b/sms-service/bin/deploy/smsconfig.json
@@ -1,7 +1,8 @@
{
- "cafile": "cert/aaf_root_ca.cer",
- "servercert": "cert/aaf-sms.api.simpledemo.onap.org.pem",
- "serverkey": "cert/aaf-sms.api.simpledemo.onap.org.pr",
+ "cafile": "certs/aaf_root_ca.cer",
+ "servercert": "certs/aaf-sms.pub",
+ "serverkey": "certs/aaf-sms.pr",
+ "password": "c2VjcmV0bWFuYWdlbWVudHNlcnZpY2VzZWNyZXRwYXNzd29yZA==",
"smsdbaddress": "http://sms-vault:8200"
}