diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2020-01-20 09:54:14 +0100 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2020-01-20 09:54:14 +0100 |
commit | eaeb93492f98a9005add804c7ca82feec5363823 (patch) | |
tree | a1ad5dd1dc6302ef805ea8cd644d4b9e0189f7ab /docs | |
parent | 6d0584891fb4d4bc56aa1733d8b93537102474e3 (diff) | |
download | moa-zs-eaeb93492f98a9005add804c7ca82feec5363823.tar.gz moa-zs-eaeb93492f98a9005add804c7ca82feec5363823.tar.bz2 moa-zs-eaeb93492f98a9005add804c7ca82feec5363823.zip |
Docs: Fix Spelling of Property Keys
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 b4e2f3e..bfb0d38 100644 --- a/docs/spec.md +++ b/docs/spec.md @@ -98,11 +98,11 @@ This listing shows, how a connection of a client can be protected with SSL and h ssl: trust-all: <boolean> lax-hostname-verification: <boolean> - key-store: + keystore: filename: <string> password: <string> filetype: <string> - trust-store: + truststore: filename: <string> password: <string> filetype: <string> |