summaryrefslogtreecommitdiffstats
path: root/CdtProxyService/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'CdtProxyService/src/main/resources/application.properties')
-rw-r--r--CdtProxyService/src/main/resources/application.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/CdtProxyService/src/main/resources/application.properties b/CdtProxyService/src/main/resources/application.properties
index e8ce0d0..d33188a 100644
--- a/CdtProxyService/src/main/resources/application.properties
+++ b/CdtProxyService/src/main/resources/application.properties
@@ -1,6 +1,11 @@
#Created by Amaresh Kumar on 09/May/2018.
#=====Application level properties START======================
server.port=9191
+server.ssl.key-store-type=PKCS12
+server.ssl.key-store=classpath:keystore/cdt-store.p12
+server.ssl.key-store-password=test
+server.ssl.key-alias=cdt
+security.require-ssl=true
spring.application.name=CdtProxyService
logging.level.root=DEBUG
Djavax.net.debug=ssl;