Skip to content

Commit 03e045c

Browse files
committed
settings: Update ssl_request_client_cert_changed setting
1 parent d0bd021 commit 03e045c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

data/settings.js

+6-1
Original file line numberDiff line numberDiff 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: `
1056910570
If 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+
1057110576
Note: This setting doesn't yet require the certificate to be valid or
1057210577
to even exist. See [[setting,auth_ssl_require_client_cert]].`
1057310578
},

0 commit comments

Comments
 (0)