summaryrefslogtreecommitdiff
path: root/changelogs/fragments/standardize-tls-params.yml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/fragments/standardize-tls-params.yml')
-rw-r--r--changelogs/fragments/standardize-tls-params.yml15
1 files changed, 6 insertions, 9 deletions
diff --git a/changelogs/fragments/standardize-tls-params.yml b/changelogs/fragments/standardize-tls-params.yml
index 405bc0df1f..a8a38799a1 100644
--- a/changelogs/fragments/standardize-tls-params.yml
+++ b/changelogs/fragments/standardize-tls-params.yml
@@ -1,13 +1,10 @@
---
minor_changes:
-- |
- Modules and plugins have been standardized on a well-defined set of
+- "Modules and plugins have been standardized on a well-defined set of
TLS-related parameters. The old names remain as aliases for compatibility.
In general, the new names will override the old names if both are specified.
-
- The standard names are:
-
- - ``client_cert``: certificate for client identity, might also include the private key
- - ``client_key``: private key for ``client_cert``
- - ``ca_cert``: public key to validate server's identity, usually a root certificate
- - ``validate_certs``: boolean to enable or disable certificate validity checking
+ The standard names are: ``client_cert`` (certificate for client identity,
+ might also include the private key), ``client_key`` (private key for
+ ``client_cert``), ``ca_cert`` (public key to validate server's identity,
+ usually a root certificate), and ``validate_certs`` (boolean to enable or
+ disable certificate validity checking)."