Skip to content

Commit

Permalink
[DOC] Add missing plugins.security.ssl.http.enabled for PEM paragraph (
Browse files Browse the repository at this point in the history
…#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 <[email protected]>

* Implement suggested change

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Martin Mörner <[email protected]>

---------

Signed-off-by: Martin Mörner <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
  • Loading branch information
HT43-bqxFqB and Naarcha-AWS committed Jul 20, 2023
1 parent 549bc99 commit 3e83b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _security/configuration/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3e83b96

Please sign in to comment.