aboutsummaryrefslogtreecommitdiffstats
path: root/certService/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'certService/src/main/resources/application.properties')
-rw-r--r--certService/src/main/resources/application.properties22
1 files changed, 0 insertions, 22 deletions
diff --git a/certService/src/main/resources/application.properties b/certService/src/main/resources/application.properties
deleted file mode 100644
index c5d14370..00000000
--- a/certService/src/main/resources/application.properties
+++ /dev/null
@@ -1,22 +0,0 @@
-# Actuator configuration
-management.endpoints.enabled-by-default=true
-management.endpoint.configprops.enabled=true
-management.endpoints.web.exposure.include=health
-
-# Swagger configuration
-springdoc.show-actuator=true
-springdoc.swagger-ui.path=/docs
-
-# AAF CertService app specific configuration
-app.config.path=/etc/onap/aaf/certservice
-
-# Mutual TLS configuration
-server.ssl.enabled=true
-server.ssl.client-auth=need
-server.port=${HTTPS_PORT:8443}
-
-server.ssl.key-store=${KEYSTORE_PATH:/etc/onap/aaf/certservice/certs/certServiceServer-keystore.jks}
-server.ssl.key-store-password=${KEYSTORE_PASSWORD:secret}
-
-server.ssl.trust-store=${TRUSTSTORE_PATH:/etc/onap/aaf/certservice/certs/truststore.jks}
-server.ssl.trust-store-password=${TRUSTSTORE_PASSWORD:secret}