...

Package preload

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

Overview ▾

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

Index ▾

Package files

types.go

type AddedCert

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

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

Subdirectories

Name Synopsis
..
dumpscts Dumpscts prints out SCTs written to a file by the preloader command in the ../preloader directory.
preloader Binary preloader submits certificates that may not already be present in CT Logs.