{"id":26675614,"url":"https://github.com/linkdata/certstream","last_synced_at":"2026-02-06T08:20:08.400Z","repository":{"id":258260518,"uuid":"873432490","full_name":"linkdata/certstream","owner":"linkdata","description":"Certificate Transparency Log library","archived":false,"fork":false,"pushed_at":"2026-02-05T13:15:24.000Z","size":1145,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-05T19:55:06.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linkdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-16T06:51:33.000Z","updated_at":"2026-02-05T13:13:27.000Z","dependencies_parsed_at":"2024-10-25T13:21:05.730Z","dependency_job_id":"d70e9d2e-6ad5-4e34-af94-d8193e487aed","html_url":"https://github.com/linkdata/certstream","commit_stats":null,"previous_names":["linkdata/certstream"],"tags_count":232,"template":false,"template_full_name":null,"purl":"pkg:github/linkdata/certstream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdata%2Fcertstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdata%2Fcertstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdata%2Fcertstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdata%2Fcertstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linkdata","download_url":"https://codeload.github.com/linkdata/certstream/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdata%2Fcertstream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29155158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-26T03:18:53.357Z","updated_at":"2026-02-06T08:20:08.385Z","avatar_url":"https://github.com/linkdata.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![build](https://github.com/linkdata/certstream/actions/workflows/go.yml/badge.svg)](https://github.com/linkdata/certstream/actions/workflows/go.yml)\n[![coverage](https://github.com/linkdata/certstream/blob/coverage/main/badge.svg)](https://htmlpreview.github.io/?https://github.com/linkdata/certstream/blob/coverage/main/report.html)\n[![goreport](https://goreportcard.com/badge/github.com/linkdata/certstream)](https://goreportcard.com/report/github.com/linkdata/certstream)\n[![Docs](https://godoc.org/github.com/linkdata/certstream?status.svg)](https://godoc.org/github.com/linkdata/certstream)\n\n# CertStream\n\nSmall library wrapping github.com/google/certificate-transparency-go and github.com/FiloSottile/sunlight.\n\nRequires a Postgres database to use.\n\n```go\nfunc grabdata() {\n\tfulllimiter := bwlimit.NewLimiter()\n\tfulldialer := fulllimiter.Wrap(nil)\n\tvar filllimiter *bwlimit.Limiter\n\tvar filldialer proxy.ContextDialer\n\n\tcfg := certstream.NewConfig()\n\tcfg.Logger = slog.Default()\n\tcfg.PgUser = \"username\"\n\tcfg.PgPass = \"password\"\n\tcfg.PgName = \"certstream\"\n\tcfg.PgAddr = \"127.0.0.1:5432\"\n\tcfg.HeadDialer = fulldialer\n\tfilllimiter = bwlimit.NewLimiter(int64(1 * 1024 * 1024))\n\tfilldialer = filllimiter.Wrap(fulldialer)\n\tcfg.TailDialer = filldialer\n\n\tctx, stop := signal.NotifyContext(context.Background(), os.Interrupt, syscall.SIGTERM)\n\tdefer stop()\n\n\tvar wg sync.WaitGroup\n\tcs, err := certstream.Start(ctx, \u0026wg, cfg)\n\tdefer wg.Wait()\n\n\tif err != nil {\n        panic(err)\n\t} else {\n\t\tfor le := range cs.C {\n\t\t\tfmt.Printf(\"%q %v %v\\n\", le.Domain, le.Historical, le.Cert().DNSNames)\n\t\t}\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkdata%2Fcertstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkdata%2Fcertstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkdata%2Fcertstream/lists"}