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 @@ -10584,10 +10584,15 @@ Renamed from \`ssl_verify_client_cert\` setting.`
1058410584 'auth_ssl_require_client_cert' ,
1058510585 '[[link,ssl_configuration]]' ,
1058610586 ] ,
10587- values : setting_types . BOOLEAN ,
10587+ values : setting_types . ENUM ,
10588+ values_enum : [ 'no' , 'yes' , 'any-cert' ] ,
1058810589 text : `
1058910590If enabled, the imap/pop3/etc. client is requested to send an SSL certificate.
1059010591
10592+ You can accept any certificate with \'any-cert\' value, but you must configure
10593+ authentication to check the client certificate with [[link,passdb_check_client_fp,check_client_fp]] (or
10594+ variant) extra field. See [[link,passdb_check_client_fp]].
10595+
1059110596Note: This setting doesn't yet require the certificate to be valid or
1059210597to even exist. See [[setting,auth_ssl_require_client_cert]].`
1059310598 } ,
You can’t perform that action at this time.
0 commit comments