| 28 | | .B bundles |
| 29 | | A list of enabled bundles |
| | 28 | .B key |
| | 29 | Specifies the path to a file containing the SSL Key. This is required on the server in all cases, and required on clients if using client certificates. |
| | 30 | |
| | 31 | .TP |
| | 32 | .B certificate |
| | 33 | The path to a file containing a PEM formatted certificate which signs the key with the ca certificate. This setting is required on the server in all cases, and required on clients if using client certificates. |
| | 34 | |
| | 35 | .TP |
| | 36 | .B ca |
| | 37 | The path to a file containing the CA certificate. This file is required on the server, and optional on clients. However, if the cacert is not present on clients, the server cannot be verified. |