Skip to content

Commit fd9f3f9

Browse files
committed
settings: Update ssl_request_client_cert_changed setting
1 parent 8712888 commit fd9f3f9

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
@@ -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: `
1059410595
If 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+
1059610601
Note: This setting doesn't yet require the certificate to be valid or
1059710602
to even exist. See [[setting,auth_ssl_require_client_cert]].`
1059810603
},

0 commit comments

Comments
 (0)