diff options
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> |