Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CAServer ¶
type CAServer interface {
Run(ctx context.Context, port int, trustBundle ca.TrustRootBundler) error
}
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.