github d-Rickyy-b/certstream-server-go v1.9.0

5 hours ago

What's Changed

This version contains support for the new static-ct logs. Since this new kind of CT log isn't supported by the certificate-transparency-go package (see this feature request), @mimi89999 created an implementation for this project. I couldn't test this as thoroughly as I wished, so I am releasing this feature as a pre-release. Please report any issues or change requests via the GitHub issue tracker.

Custom logs can be added via the config file like so:

certstream-server-go/config.sample.yaml

Lines 35 to 38 in f17d7fd

additional_tiled_logs:
- url: https://ct.cloudflare.com/logs/raio2025h2b/
operator: "Cloudflare"
description: "Cloudflare 'Raio2025h2b'"

It also comes with new command line switches and config management through cobra and viper.

Warning

The config file that's being used for a docker deployment must now reside under /app/config/.

Known Issues

https://github.com/d-Rickyy-b/certstream-server-go/branches#issuecomment-3765475127

  • The certLink (code reference) that is contained in the json for each entry will be an empty string for tiled log entries.

Full Changelog: v1.8.2...v1.9.0

Don't miss a new certstream-server-go release

NewReleases is sending notifications on new releases.