package preload

import "github.com/google/certificate-transparency-go/preload"

Package preload holds code for adding batches of certificates to CT logs.

Index

Types

type AddedCert

type AddedCert struct {
	CertDER                    ct.ASN1Cert
	SignedCertificateTimestamp ct.SignedCertificateTimestamp
	AddedOk                    bool
	ErrorMessage               string
}

AddedCert holds information about a certificate that has been added to a log.

Source Files

types.go

Directories

PathSynopsis
preload/dumpsctsDumpscts prints out SCTs written to a file by the preloader command in the ../preloader directory.
preload/preloaderBinary preloader submits certificates that may not already be present in CT Logs.
Version
v1.2.1
Published
May 30, 2024
Platform
js/wasm
Imports
1 packages
Last checked
11 hours ago

Tools for package owners.