Skip to content

Commit bf20f2b

Browse files
committed
settings: Update ssl_request_client_cert_changed setting
1 parent a19031c commit bf20f2b

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
@@ -10570,10 +10570,15 @@ Renamed from \`ssl_verify_client_cert\` setting.`
1057010570
'auth_ssl_require_client_cert',
1057110571
'[[link,ssl_configuration]]',
1057210572
],
10573-
values: setting_types.BOOLEAN,
10573+
values: setting_types.ENUM,
10574+
values_enum: ['no', 'yes', 'any-cert'],
1057410575
text: `
1057510576
If enabled, the imap/pop3/etc. client is requested to send an SSL certificate.
1057610577
10578+
You can accept any certificate with \'any-cert\' value, but you must configure
10579+
authentication to check the client certificate with [[link,passdb_check_client_fp,check_client_fp]] (or
10580+
variant) extra field. See [[link,passdb_check_client_fp]].
10581+
1057710582
Note: This setting doesn't yet require the certificate to be valid or
1057810583
to even exist. See [[setting,auth_ssl_require_client_cert]].`
1057910584
},

0 commit comments

Comments
 (0)