File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10570,10 +10570,15 @@ Renamed from \`ssl_verify_client_cert\` setting.`
1057010570 'auth_ssl_require_client_cert' ,
1057110571 '[[link,ssl_configuration]]' ,
1057210572 ] ,
10573- values : setting_types . BOOLEAN ,
10573+ values : setting_types . ENUM ,
10574+ values_enum : [ 'no' , 'yes' , 'any-cert' ] ,
1057410575 text : `
1057510576If enabled, the imap/pop3/etc. client is requested to send an SSL certificate.
1057610577
10578+ You can accept any certificate with \'any-cert\' value, but you must configure
10579+ authentication to check the client certificate with [[link,passdb_check_client_fp,check_client_fp]] (or
10580+ variant) extra field. See [[link,passdb_check_client_fp]].
10581+
1057710582Note: This setting doesn't yet require the certificate to be valid or
1057810583to even exist. See [[setting,auth_ssl_require_client_cert]].`
1057910584 } ,
You can’t perform that action at this time.
0 commit comments