summaryrefslogtreecommitdiffstats
path: root/sms-service/bin/quorumdockerfile
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/quorumdockerfile
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/quorumdockerfile')
-rw-r--r--sms-service/bin/quorumdockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sms-service/bin/quorumdockerfile b/sms-service/bin/quorumdockerfile
index 3b787d7..2874b7a 100644
--- a/sms-service/bin/quorumdockerfile
+++ b/sms-service/bin/quorumdockerfile
@@ -5,7 +5,7 @@ LABEL version=2.0.0
LABEL maintainer="Girish Havaldar <hg0071052@techmahindra.com>"
RUN mkdir -p /quorumclient/auth
-ADD aaf_root_ca.cer /quorumclient/cert/aaf_root_ca.cer
+ADD aaf_root_ca.cer /quorumclient/certs/aaf_root_ca.cer
ADD quorumclient /quorumclient/bin/quorumclient
RUN chmod +x /quorumclient/bin/quorumclient