Commit a7d4edf
Improve colour thresholds for certificate expiry
The existing thresholds were:
- expiry in more than 300 days: green
- expiry between 140 and 300 days: yellow
- expiry in less than 140 days: red
These large values mean that Let's Encrypt certificates are always
displayed in red because they are currently valid for 90 days.
Adjust thresholds to be more useful:
- expiry in more than 30 days: green
- expiry between 7 and 30 days: yellow
- expiry in less than 7 days: red1 parent 4b1745b commit a7d4edf
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2412 | 2412 | | |
2413 | 2413 | | |
2414 | 2414 | | |
2415 | | - | |
| 2415 | + | |
2416 | 2416 | | |
2417 | 2417 | | |
2418 | 2418 | | |
2419 | | - | |
| 2419 | + | |
2420 | 2420 | | |
2421 | 2421 | | |
2422 | 2422 | | |
| |||
0 commit comments