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 --- docs/spec.md | 4 ++-- src/test/resources/config/application.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/spec.md b/docs/spec.md index f0bab39..f3b8de0 100644 --- a/docs/spec.md +++ b/docs/spec.md @@ -192,11 +192,11 @@ This listing shows, how a connection of a client can be protected with SSL and h key-store: filename: password: - type: + filetype: trust-store: filename: password: - type: + filetype: ### Server 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