File tree 1 file changed +6
-1
lines changed
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.`
10564
10564
'auth_ssl_require_client_cert' ,
10565
10565
'[[link,ssl_configuration]]' ,
10566
10566
] ,
10567
- values : setting_types . BOOLEAN ,
10567
+ values : setting_types . ENUM ,
10568
+ values_enum : [ 'no' , 'yes' , 'any-cert' ] ,
10568
10569
text : `
10569
10570
If enabled, the imap/pop3/etc. client is requested to send an SSL certificate.
10570
10571
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
+
10571
10576
Note: This setting doesn't yet require the certificate to be valid or
10572
10577
to even exist. See [[setting,auth_ssl_require_client_cert]].`
10573
10578
} ,
You can’t perform that action at this time.
0 commit comments