diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-10-04 11:26:22 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-10-04 11:26:22 +0200 |
commit | 907200746c233153f3aee16b10b743c87535b1bb (patch) | |
tree | f6f7e0624ab3d11a5ab3595ea59bc11fe28ff72b /docs | |
parent | 0727f68a2b899540fa951bfb22f9168bb1604b89 (diff) | |
download | moa-zs-907200746c233153f3aee16b10b743c87535b1bb.tar.gz moa-zs-907200746c233153f3aee16b10b743c87535b1bb.tar.bz2 moa-zs-907200746c233153f3aee16b10b743c87535b1bb.zip |
Fix Property Key "filetype" (Was "type") in application.yaml
Diffstat (limited to 'docs')
-rw-r--r-- | docs/spec.md | 4 |
1 files changed, 2 insertions, 2 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 |