diff options
| author | Sadie Powell <sadie@witchery.services> | 2024-05-01 17:18:22 +0100 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2024-05-01 17:23:10 +0100 |
| commit | be3822523b91a52e1eb2f13655b0724f4edda20d (patch) | |
| tree | 03dd696131d207153bf53f06db824fc80132c119 /data | |
| parent | 111f81aa95d7bb30bfaa6aa335f78748ce87c170 (diff) | |
Automatically add client certificates to the cert list on register.
Diffstat (limited to 'data')
| -rw-r--r-- | data/nickserv.example.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 7bc2a3dd0..1191bd045 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -287,6 +287,12 @@ module name = "ns_cert" /* + * Should users who are connected with a SSL client certificate have its fingerprint be added to + * their account when they register. Defaults to yes. + */ + automatic = yes + + /* * The maximum number of entries allowed on a nickname's certificate fingerprint list. * The default is 5. This number cannot be set to 0. */ |
