package
1.6.5
Repository: https://github.com/cloudflare/cfssl.git
Documentation: pkg.go.dev

# Functions

NewAuthServer sets up a new auth server target with an addr in the same format at NewServer and a default authentication provider to use for Sign requests.
NewGroup will use the collection of remotes specified with the given strategy.
NewServer sets up a new server target.
NewServerTLS is the TLS version of NewServer.
StrategyFromString takes a string describing a.

# Constants

StrategyInvalid indicates any strategy that is unsupported or returned when no strategy is applicable.
StrategyOrderedList is a sequential list of servers: if the first server cannot be reached, the next is used.

# Structs

AuthRemote acts as a Remote with a default Provider for AuthSign.
SignResult is the result of signing a CSR.

# Interfaces

A Remote points to at least one (but possibly multiple) remote CFSSL instances.

# Type aliases

Strategy is the means by which the server to use as a remote should be selected.