Versions in this module Expand all Collapse all v1 v1.12.0 Jul 26, 2016 Changes in this version + var External bool + type ExternalSigningServer struct + NumIssued uint64 + URL string + func NewExternalSigningServer(rootCA ca.RootCA, basedir string) (*ExternalSigningServer, error) + func (ess *ExternalSigningServer) Stop() error + type TestCA struct + CAClients []api.CAClient + CAServer *ca.Server + Conns []*grpc.ClientConn + Context context.Context + ExternalSigningServer *ExternalSigningServer + ManagerToken string + MemoryStore *store.MemoryStore + NodeCAClients []api.NodeCAClient + Organization string + Paths *ca.SecurityConfigPaths + Picker *picker.Picker + RootCA ca.RootCA + Server grpc.Server + TempDir string + WorkerToken string + func NewTestCA(t *testing.T) *TestCA + func (tc *TestCA) NewNodeConfig(role string) (*ca.SecurityConfig, error) + func (tc *TestCA) NewNodeConfigOrg(role, org string) (*ca.SecurityConfig, error) + func (tc *TestCA) Stop() + func (tc *TestCA) WriteNewNodeConfig(role string) (*ca.SecurityConfig, error) + func (tc *TestCA) WriteNewNodeConfigOrg(role, org string) (*ca.SecurityConfig, error)