diff options
| author | 2023-03-01 20:07:27 +0000 | |
|---|---|---|
| committer | 2023-03-01 20:45:07 +0000 | |
| commit | 4e1d7b84f5415e9901ec18c0ed4cb012376e4859 (patch) | |
| tree | 501fbd35bd143357ee4a5b5da7c67ea8665a99d4 /docs | |
| parent | Add client cert activation/expiration times to the ssl_cert class. (diff) | |
Warn users when their client certificate is about to expire.
Closes #1938.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/modules.conf.example | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 18386146b..874a93210 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -2318,9 +2318,11 @@ # If you want to prevent users from viewing TLS (SSL) certificate information # and fingerprints of other users, set operonly to yes. You can also set hash # to an IANA Hash Function Textual Name to use the SSL fingerprint sent by a -# WebIRC gateway (requires the cgiirc module). +# WebIRC gateway (requires the cgiirc module) and warnexpiring to warn users +# when their client certificate is about to expire. #<sslinfo operonly="no" -# hash="sha-256"> +# hash="sha-256" +# warnexpiring="1w"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # mbedTLS TLS (SSL) module: Adds support for TLS (SSL) connections using mbedTLS. |
