Skip to content

Commit 545f400

Browse files
sirainencmouse
authored andcommitted
settings, config: Add ssl-cassandra setting tags
1 parent 4018a54 commit 545f400

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

data/settings.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10137,7 +10137,7 @@ operation instead of all the root CAs.`
1013710137
},
1013810138

1013910139
ssl_client_ca_file: {
10140-
tags: [ 'ssl-ldap' ],
10140+
tags: [ 'ssl-ldap', 'ssl-cassandra' ],
1014110141
seealso: [ 'ssl', '[[link,ssl_configuration]]' ],
1014210142
values: setting_types.FILE,
1014310143
text: `
@@ -10161,7 +10161,7 @@ the server operation.`
1016110161
'ssl_client_key_file',
1016210162
'[[link,ssl_configuration]]',
1016310163
],
10164-
tags: [ 'ssl-ldap' ],
10164+
tags: [ 'ssl-ldap', 'ssl-cassandra' ],
1016510165
values: setting_types.FILE,
1016610166
text: `
1016710167
Public SSL certificate used for outgoing SSL connections. This is generally
@@ -10183,7 +10183,7 @@ ssl_client_key_file = /etc/dovecot/dovecot-client.key
1018310183
'ssl_client_cert_file',
1018410184
'[[link,ssl_configuration]]',
1018510185
],
10186-
tags: [ 'ssl-ldap' ],
10186+
tags: [ 'ssl-ldap', 'ssl-cassandra' ],
1018710187
values: setting_types.FILE,
1018810188
text: `
1018910189
Private key for [[setting,ssl_client_cert_file]]. If it is password protected,
@@ -10200,6 +10200,7 @@ ssl_client_key_file = /etc/dovecot/dovecot-client.key
1020010200
ssl_client_key_password: {
1020110201
values: setting_types.STRING,
1020210202
seealso: [ 'ssl', 'ssl_client_key_file', '[[link,ssl_configuration]]' ],
10203+
tags: [ 'ssl-cassandra' ],
1020310204
text: `
1020410205
Password for the [[setting,ssl_client_key_file]].`
1020510206
},
@@ -10252,7 +10253,7 @@ ssl_dh_file = /path/to/dh.pem
1025210253
ssl_client_require_valid_cert: {
1025310254
default: 'yes',
1025410255
seealso: [ 'ssl', '[[link,ssl_configuration]]' ],
10255-
tags: [ 'ssl-ldap' ],
10256+
tags: [ 'ssl-ldap', 'ssl-cassandra' ],
1025610257
values: setting_types.BOOLEAN,
1025710258
text: `
1025810259
Require a valid certificate when connecting to external SSL services?`

docs/core/config/sql/cassandra.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ and headers installed.
2525

2626
<SettingsComponent tag="sql-cassandra" />
2727

28+
## SSL/TLS Settings
29+
30+
Not all of Dovecot SSL settings are supported by the Cassandra library. Below
31+
is the list of supported settings:
32+
33+
<SettingsComponent tag="ssl-cassandra" />
34+
2835
## Consistency
2936

3037
Consistency levels in Cassandra can be configured to manage availability

0 commit comments

Comments
 (0)