summaryrefslogtreecommitdiffstats
path: root/ms/py-executor/configuration.ini
diff options
context:
space:
mode:
authorBrinda Santh <bs2796@att.com>2019-11-19 15:07:32 -0500
committerBrinda Santh <bs2796@att.com>2019-11-19 15:07:32 -0500
commit2783ded8664505cc0bbfd254fc2a96c5830b66a0 (patch)
tree6c4c6d829caba7a6378a3bb05bf7802cb8a8ae4f /ms/py-executor/configuration.ini
parent1337eccc2be949d860f3c5b1f0148c061c3c669b (diff)
Folder for py-executor TLS certificate files
Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: Ia404322cefbd603fd06bd23ff1d069dc277065ec
Diffstat (limited to 'ms/py-executor/configuration.ini')
-rw-r--r--ms/py-executor/configuration.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/py-executor/configuration.ini b/ms/py-executor/configuration.ini
index 5688f39bd..612c62899 100644
--- a/ms/py-executor/configuration.ini
+++ b/ms/py-executor/configuration.ini
@@ -4,8 +4,8 @@ authType=%(AUTH_TYPE)s
# For Token Auth
token=%(AUTH_TOKEN)s
# For TLS Auth
-certChain=%(AUTH_CERT_CHAIN)s
-privateKey=%(AUTH_PRIVATE_KEY)s
+certChain=/opt/app/onap/python/certs/py-executor/py-executor-chain.pem
+privateKey=/opt/app/onap/python/certs/py-executor/py-executor-key.pem
logFile=%(LOG_FILE)s
maxWorkers=20