File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10564,17 +10564,23 @@ appended to the [[setting,ssl_server_ca_file]] file.`
10564
10564
changed : {
10565
10565
settings_ssl_request_client_cert_changed : `
10566
10566
Renamed from \`ssl_verify_client_cert\` setting.`
10567
+
10567
10568
} ,
10568
10569
default : 'no' ,
10569
10570
seealso : [
10570
10571
'ssl' ,
10571
10572
'auth_ssl_require_client_cert' ,
10572
10573
'[[link,ssl_configuration]]' ,
10573
10574
] ,
10574
- values : setting_types . BOOLEAN ,
10575
+ values : setting_types . ENUM ,
10576
+ values_enum : [ 'no' , 'yes' , 'any-cert' ]
10575
10577
text : `
10576
10578
If enabled, the imap/pop3/etc. client is requested to send an SSL certificate.
10577
10579
10580
+ You can accept any certificate with \'any-cert\' value, but you must configure
10581
+ authentication to check the client certificate with \`check_client_fp\` (or
10582
+ variant) extra field. See [[link,passdb_check_client_fp]].
10583
+
10578
10584
Note: This setting doesn't yet require the certificate to be valid or
10579
10585
to even exist. See [[setting,auth_ssl_require_client_cert]].`
10580
10586
} ,
You can’t perform that action at this time.
0 commit comments