Documentation
¶
Overview ¶
Package mitmca provides the ephemeral certificate authority shared by term-llm's loopback TLS proxies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authority ¶
type Authority struct {
// contains filtered or unexported fields
}
Authority is an in-memory certificate authority. Its private key is never written to disk.
func (*Authority) BundleWithSystemRoots ¶
BundleWithSystemRoots returns a PEM bundle containing system roots, the supplied additional certificates, and this authority's public certificate.
Click to show internal directories.
Click to hide internal directories.