Closed
Bug 1303850
Opened 8 years ago
Closed 8 years ago
Create alert when HPKP certificates are close to expiry
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: sfraser)
References
Details
We need to know if the certificate pins are going to expire soon. Right now these are compiled into the product from this code:
http://hg.mozilla.org/releases/mozilla-aurora/rev/66754db69a70#l1.13
We need to know if the pins are going to expire on any of our release branches (nightly, aurora, beta, release, esr) within some threshold.
Reporter | ||
Comment 1•8 years ago
|
||
This could be implemented as a nagios alert that runs a custom check. The check could fetch that file from the various repositories (mozilla-central, mozilla-aurora, mozilla-beta, mozilla-release, and mozilla-esr*) and check that the expiry date is more than 30 days in the future. If the expiry date is too close, then the script should exit with nagios-appropriate status code and output.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → sfraser
Assignee | ||
Comment 2•8 years ago
|
||
Have created Bug 1307145 to discuss deployment with the moc
Assignee | ||
Comment 3•8 years ago
|
||
Alerts are set in the 'build' hostgroup
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•