Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commit parsed certificate as ASCII instead of DER | Rasmus Dahlberg | 2025-01-04 | 1 | -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 alerting | Rasmus Dahlberg | 2025-01-04 | 1 | -0/+7 |
| | | | | | - Detect if we're falling behind while downloading - Detect if there are any found certificates alerting | ||||
* | Store parsed DER certificates for matching entries | Rasmus Dahlberg | 2025-01-03 | 1 | -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 name | Rasmus Dahlberg | 2024-06-02 | 2 | -4/+4 |
| | | | | To be consistent with naming of the tools in cmd/. | ||||
* | Add drafty prototype | Rasmus Dahlberg | 2024-01-07 | 2 | -0/+216 |