package
0.0.0-20221027220206-53a1486f4205
Repository: https://github.com/google/webpackager.git
Documentation: pkg.go.dev
# Functions
FetchAugmentedChain retrieves an AugmentedChain from url.
ReadAugmentedChainFile reads an application/cert-chain+cbor file to retrieve an AugmentedChain.
ReadCertificateRequestFile reads a PEM file and returns a Certificate Request.
ReadOCSPRespFile reads a DER file to retrieve an OCSPResponse, using certchain.ParseOCSPResponse.
ReadPrivateKeyFile reads a PEM file and returns a PrivateKey usable for signing exchanges.
ReadRawChainFile reads a PEM file to retrieve a RawChain.
WrapToCertFetcher wraps an AugmentedChain into a signedexchange.CertFetcher.