1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Source: certstream-server-go
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Simon Josefsson <simon@josefsson.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-go-chi-chi-dev,
golang-github-google-certificate-transparency-dev,
golang-github-google-trillian-dev,
golang-github-gorilla-websocket-dev,
golang-github-victoriametrics-metrics-dev,
golang-gopkg-yaml.v3-dev,
help2man <!nodoc>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/certstream-server-go
Vcs-Git: https://salsa.debian.org/go-team/packages/certstream-server-go.git
Homepage: https://github.com/d-Rickyy-b/certstream-server-go
XS-Go-Import-Path: github.com/d-Rickyy-b/certstream-server-go
Package: certstream-server-go
Section: admin
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
python3-certstream,
Built-Using:
${misc:Built-Using},
Static-Built-Using:
${misc:Static-Built-Using},
Description: aggregates data from certificate transparency logs (server CLI)
Certstream Server Go
.
This project aims to be a drop-in replacement for the certstream
server https://github.com/CaliDog/certstream-server/ by Calidog. This
tool aggregates, parses, and streams certificate data from multiple
certificate transparency logs via websocket connections to the
clients. For more information about certificate transparency see:
https://www.certificate-transparency.org/what-is-ct
.
Everyone can use this project to analyze newly created TLS certificates
as they are issued.
.
See "python3-certstream" for a client library and command-line client tool.
.
This package contains the command-line tool server.
Package: golang-github-d-rickyy-b-certstream-server-go-dev
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: aggregates data from certificate transparency logs (Go library)
Certstream Server Go
.
This project aims to be a drop-in replacement for the certstream
server https://github.com/CaliDog/certstream-server/ by Calidog. This
tool aggregates, parses, and streams certificate data from multiple
certificate transparency logs via websocket connections to the
clients. For more information about certificate transparency see:
https://www.certificate-transparency.org/what-is-ct
.
Everyone can use this project to analyze newly created TLS certificates
as they are issued.
.
This package contains the Go source code.
|