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.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/pnfsimulator/src/main/resources/application.properties b/pnfsimulator/src/main/resources/application.properties
index c566ce3..fddcec0 100644
--- a/pnfsimulator/src/main/resources/application.properties
+++ b/pnfsimulator/src/main/resources/application.properties
@@ -10,9 +10,9 @@ management.endpoint.configprops.enabled=true
management.endpoints.web.base-path=/
management.endpoints.web.exposure.include=refresh,health
-ssl.clientCertificateEnabled=true
+ssl.clientCertificateEnabled=${USE_CERTIFICATE_FOR_AUTHORIZATION:true}
ssl.strictHostnameVerification=${STRICT_HOSTNAME_VERIFICATION:false}
ssl.clientCertificatePath=/app/store/cert.p12
ssl.clientCertificatePasswordPath=/app/store/p12.pass
ssl.trustStorePath=/app/store/trust.jks
-ssl.trustStorePasswordPath=/app/store/trust.pass \ No newline at end of file
+ssl.trustStorePasswordPath=/app/store/truststore.pass