# Functions
AddBase64PEM Adds a the supplied base64 PEM formatted Certificate to the set of certs used by Rootcerts.
AddPEM Adds a the supplied PEM formatted Certificate to the set of certs used by Rootcerts.
Certs returns all trusted certificates extracted from certdata.txt.
CertsByTrust returns only those certificates that match all bits of the specified TrustLevel.
No description provided by the author
ServerCertPool returns a pool containing all root CA certificates that are trusted for issuing server certificates.
UpdateDefaultTransport updates the configuration for http.DefaultTransport to use the root CA certificates defined here when used as an HTTP client.
# Constants
Trusted for issuing code signing certificates.
Trusted for issuing email certificates.
Trusted for issuing server certificates.
# Type aliases
TrustLevel defines for which purposes the certificate is trusted to issue certificates (ie.