Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToX509Cert ¶
func BytesToX509Cert(bytes []byte) (*x509.Certificate, error)
BytesToX509Cert converts bytes (PEM or DER) to an X509 certificate
Types ¶
type Server ¶
type Server struct {
// The home directory for the server
HomeDir string
// BlockingStart if true makes the Start function blocking;
// It is non-blocking by default.
BlockingStart bool
// The server's configuration
Config *restapi.ServerConfig
}
Server is the credential provider server
Click to show internal directories.
Click to hide internal directories.