aboutsummaryrefslogtreecommitdiffstats
path: root/pnfsimulator/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'pnfsimulator/src/main/resources/application.properties')
-rw-r--r--pnfsimulator/src/main/resources/application.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/pnfsimulator/src/main/resources/application.properties b/pnfsimulator/src/main/resources/application.properties
index 07a28dc..5c573b3 100644
--- a/pnfsimulator/src/main/resources/application.properties
+++ b/pnfsimulator/src/main/resources/application.properties
@@ -11,7 +11,7 @@ management.endpoints.web.base-path=/
management.endpoints.web.exposure.include=refresh,health
ssl.clientCertificateEnabled=true
-ssl.clientCertificateDir=/app/store/client.p12
-ssl.clientCertificatePassword=collector
-ssl.trustStoreDir=/app/store/trustStore
-ssl.trustStorePassword=collector
+ssl.clientCertificateDir=/app/store/cert.p12
+ssl.clientCertificatePassword=${CLIENT_CERT_PASS}
+ssl.trustStoreDir=/app/store/trust.jks
+ssl.trustStorePassword=${TRUST_CERT_PASS}