Skip to content

Commit ba6272e

Browse files
committed
settings: Update ssl_request_client_cert_changed setting
1 parent 1aca3f0 commit ba6272e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

data/settings.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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: `
1058910590
If 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+
1059110596
Note: This setting doesn't yet require the certificate to be valid or
1059210597
to even exist. See [[setting,auth_ssl_require_client_cert]].`
1059310598
},

0 commit comments

Comments
 (0)