@@ -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 : `
1016710167Public 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 : `
1018910189Private 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 : `
1020410205Password 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 : `
1025810259Require a valid certificate when connecting to external SSL services?`
0 commit comments