Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CAServer ¶
type CAServer interface { Run(port int, trustBundle ca.TrustRootBundler) error Shutdown() }
CAServer is an interface for the Certificate Authority server
func NewCAServer ¶
func NewCAServer(ca ca.CertificateAuthority, validator identity.Validator) CAServer
NewCAServer returns a new CA Server running a gRPC server
Click to show internal directories.
Click to hide internal directories.