Merge branch 'develop' into MXS-129

This commit is contained in:
Markus Makela
2015-06-02 12:06:00 +03:00
4 changed files with 8 additions and 10 deletions

View File

@ -6,7 +6,7 @@ MaxScale supports client side SSL connections. Enabling is done on a per service
Here are the options which relate to SSL and certificates.
Parameter|Values|Description
----------------------------
---------|-----------|--------
ssl | disabled, enabled, required |`disable` disables SSL, `enabled` enables SSL for client connections but still allows non-SSL connections and `required` requires SSL from all client connections. With the `required` option, client connections that do not use SSL will be rejected.
ssl_cert | <path to file> |Path to server certificate
ssl_key | <path to file> |Path to server private key