diff --git a/content/operate/rs/references/cli-utilities/rladmin/cluster/config.md b/content/operate/rs/references/cli-utilities/rladmin/cluster/config.md index 0e58c35242..2f8a8b2eb1 100644 --- a/content/operate/rs/references/cli-utilities/rladmin/cluster/config.md +++ b/content/operate/rs/references/cli-utilities/rladmin/cluster/config.md @@ -43,6 +43,7 @@ Updates the cluster configuration. [ min_sentinel_TLS_version { 1.2 | 1.3 } ] [ reserved_ports ] [ s3_url ] + [ s3_ca_cert ] [ saslauthd_ldap_conf ] [ sentinel_tls_mode { allowed | required | disabled } ] [ sentinel_cipher_suites ] @@ -81,6 +82,7 @@ Updates the cluster configuration. | min_sentinel_TLS_version | `1.2`
`1.3` | The minimum TLS protocol version that is supported for the discovery service | | reserved_ports | list of ports/port ranges | List of reserved ports and/or port ranges to avoid using for database endpoints (for example `reserved_ports 11000 13000-13010`) | | s3_url | string | The URL of S3 export and import | +| s3_ca_cert | string | The CA certificate filepath for S3 export and import | | saslauthd_ldap_conf | filepath | Updates LDAP authentication configuration for the cluster | | sentinel_cipher_suites | list of ciphers | Cipher suites used by the discovery service (supported ciphers are implemented by the [cipher_suites.go]() package) | | sentinel_tls_mode | `allowed`
`required`
`disabled` | Define the SSL policy for the discovery service
(previously named `sentinel_ssl_policy`) |