[DOC] Add missing plugins.security.ssl.http.enabled for PEM paragraph (#4491)
* Add missing plugins.security.ssl.http.enabled for PEM paragraph TLS is not enabled when this parameter is missing in a X.509/PEM configuration... Signed-off-by: Martin Mörner <martin.moerner@ibmix.de> * Implement suggested change Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Signed-off-by: Martin Mörner <martin.moerner@ibmix.de> --------- Signed-off-by: Martin Mörner <martin.moerner@ibmix.de> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
This commit is contained in:
parent
549bc99060
commit
3e83b96e01
|
@ -34,6 +34,7 @@ Name | Description
|
|||
|
||||
Name | Description
|
||||
:--- | :---
|
||||
`plugins.security.ssl.http.enabled` | Whether to enable TLS on the REST layer. If enabled, only HTTPS is allowed. Optional. Default is `false`.
|
||||
`plugins.security.ssl.http.pemkey_filepath` | Path to the certificate's key file (PKCS \#8), which must be under the `config` directory, specified using a relative path. Required.
|
||||
`plugins.security.ssl.http.pemkey_password` | Key password. Omit this setting if the key has no password. Optional.
|
||||
`plugins.security.ssl.http.pemcert_filepath` | Path to the X.509 node certificate chain (PEM format), which must be under the `config` directory, specified using a relative path. Required.
|
||||
|
|
Loading…
Reference in New Issue