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 @@ -10589,10 +10589,15 @@ Renamed from \`ssl_verify_client_cert\` setting.`
1058910589 'auth_ssl_require_client_cert' ,
1059010590 '[[link,ssl_configuration]]' ,
1059110591 ] ,
10592- values : setting_types . BOOLEAN ,
10592+ values : setting_types . ENUM ,
10593+ values_enum : [ 'no' , 'yes' , 'any-cert' ] ,
1059310594 text : `
1059410595If enabled, the imap/pop3/etc. client is requested to send an SSL certificate.
1059510596
10597+ You can accept any certificate with \'any-cert\' value, but you must configure
10598+ authentication to check the client certificate with [[link,passdb_check_client_fp,check_client_fp]] (or
10599+ variant) extra field. See [[link,passdb_check_client_fp]].
10600+
1059610601Note: This setting doesn't yet require the certificate to be valid or
1059710602to even exist. See [[setting,auth_ssl_require_client_cert]].`
1059810603 } ,
You can’t perform that action at this time.
0 commit comments