aboutsummaryrefslogtreecommitdiff
path: root/pkg/storage/index
Commit message (Collapse)AuthorAgeFilesLines
* Commit parsed certificate as ASCII instead of DERRasmus Dahlberg2025-01-041-2/+3
| | | | | Because openssl wasn't able to parse DER precertificates. And now the user can just view the file rather than fiddling with openssl.
* prometheus: Add basic metrics for alertingRasmus Dahlberg2025-01-041-0/+7
| | | | | - Detect if we're falling behind while downloading - Detect if there are any found certificates alerting
* Store parsed DER certificates for matching entriesRasmus Dahlberg2025-01-031-2/+5
| | | | | | For convenience. For example, now one can debug issues like this: openssl x509 -inform DER -in /path/to/crt.der -text -noout
* chore: Remove dash in project nameRasmus Dahlberg2024-06-022-4/+4
| | | | To be consistent with naming of the tools in cmd/.
* Add drafty prototypeRasmus Dahlberg2024-01-072-0/+216