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 @@ -10564,10 +10564,15 @@ Renamed from \`ssl_verify_client_cert\` setting.`
1056410564 'auth_ssl_require_client_cert' ,
1056510565 '[[link,ssl_configuration]]' ,
1056610566 ] ,
10567- values : setting_types . BOOLEAN ,
10567+ values : setting_types . ENUM ,
10568+ values_enum : [ 'no' , 'yes' , 'any-cert' ] ,
1056810569 text : `
1056910570If enabled, the imap/pop3/etc. client is requested to send an SSL certificate.
1057010571
10572+ You can accept any certificate with \'any-cert\' value, but you must configure
10573+ authentication to check the client certificate with [[link,passdb_check_client_fp,check_client_fp]] (or
10574+ variant) extra field. See [[link,passdb_check_client_fp]].
10575+
1057110576Note: This setting doesn't yet require the certificate to be valid or
1057210577to even exist. See [[setting,auth_ssl_require_client_cert]].`
1057310578 } ,
You can’t perform that action at this time.
0 commit comments