letsencrypt / letsencrypt/boulder

Boulder-Observer: Add CR, and Certificate probers

Open
#5,927 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
5.8k
Forks
649
Avg merge
3d 23h
Merged PRs (30d)
24

Description

To replace some additional existing infrastructure with Boulder Observer, we'd want to add three more things to probe:

  1. The validity and remaining lifetime of the CRL at a given URL
  2. The remaining lifetime of the certificate presented at a given URL
  3. The revocation status of the certificate presented at a given URL

For specific results, we would probably want to write Prometheus alerts to ensure that the lifetime of expired-isrgrootx1.l.o was negative, and that the cert for revoked-isrgrootx2.l.o appears in a CRL, and of course the more normal cases.

----(tracking added by @beautifulentropy)----

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading Boulder Observer's existing TLS and CRL validity probers, which are marked complete in the checklist. Trace how their results are exposed for alerting, then add the remaining certificate revocation status probe. Done means the certificate for revoked-isrgrootx2.l.o is reported as present in a CRL while normal cases remain distinguishable.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, prometheus
Domain
observability, security
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.