From 907200746c233153f3aee16b10b743c87535b1bb Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Fri, 4 Oct 2019 11:26:22 +0200 Subject: Fix Property Key "filetype" (Was "type") in application.yaml --- src/test/resources/config/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/test/resources/config/application.yaml b/src/test/resources/config/application.yaml index 593b851..a32d14d 100644 --- a/src/test/resources/config/application.yaml +++ b/src/test/resources/config/application.yaml @@ -161,7 +161,7 @@ delivery-request-configuration-profiles: ## Password to unlock key store. password: 123456 ## JKS or PKCS12 - type: PKCS12 + filetype: PKCS12 # Optional # If set to false, MOA ZS ignores an incomplete default DeliveryRequest-configuration -- cgit v1.2.3