[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:
Martin Mörner 2023-07-20 22:06:59 +02:00 committed by GitHub
parent 549bc99060
commit 3e83b96e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ Name | Description
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_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.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. `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.