Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ColSubject = "Subject" ColIssuer = "CA Owner" ColPEM = "X.509 Certificate (PEM)" ColSHA = "SHA-256 Fingerprint" ColUseCase = "Intended Use Case(s) Served" UseCaseServerAuth = "Server Authentication (TLS) 1.3.6.1.5.5.7.3.1" KnownHeaders = []string{ColSubject, ColIssuer, ColPEM, ColSHA, ColUseCase} )
Functions ¶
func Fetch ¶
Fetch retrieves a CCADB CSV and returns rows with a Use Case set to Server Authentication.
It expects the CSV to have a header with at least the following columns:
Subject, CA Owner, X.509 Certificate (PEM), SHA-256 Fingerprint, Intended Use Case(s) Served
Callers chose which columns are returned, and can request additional ones.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.