View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005727 | unreal | ircd | public | 2020-07-28 07:23 | 2020-10-11 15:05 |
Reporter | syzop | Assigned To | syzop | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | 5.0.6 | ||||
Fixed in Version | 5.0.8-rc1 | ||||
Summary | 0005727: warn on expiring certificates | ||||
Description | It would be nice if UnrealIRCd would warn if the SSL/TLS certificate is (about to) expire(d), since expired certs usually have a big negative impact. Make some settings configurable, I am thinking about these defaults: warn every 6 hours if the certificate expires in less than 7 days. Do the warning to both local and remote opers to make sure it goes noticed. And do a similar warning on-boot, using eg config_error(). For the C API, see https://www.openssl.org/docs/man1.1.0/man3/X509_CRL_set1_lastUpdate.html (the _notAfter functions). | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Done in https://github.com/unrealircd/unrealircd/commit/6778b3e26d9a976bd55afac78f9fd3977f0a1fb0 Not configurable atm though. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-07-28 07:23 | syzop | New Issue | |
2020-07-28 07:23 | syzop | Description Updated | |
2020-07-28 07:23 | syzop | Status | new => acknowledged |
2020-10-11 15:05 | syzop | View Status | private => public |
2020-10-11 15:05 | syzop | Assigned To | => syzop |
2020-10-11 15:05 | syzop | Status | acknowledged => resolved |
2020-10-11 15:05 | syzop | Resolution | open => fixed |
2020-10-11 15:05 | syzop | Fixed in Version | => 5.0.8-rc1 |
2020-10-11 15:05 | syzop | Note Added: 0021808 |