diff options
-rw-r--r-- | docs/spec.md | 4 | ||||
-rw-r--r-- | 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: <string> password: <string> - type: <string> + filetype: <string> trust-store: filename: <string> password: <string> - type: <string> + filetype: <string> ### 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 |