Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issuer ¶
type Issuer struct { // URL specifies the URL to the CFSSL server. URL *url.URL // TLSConfig allows configuration of the TLS config // used when connecting to the CFSSL server. TLSConfig *tls.Config // Profile is the profile on the CFSSL server // that should be used. If unset, the default // profile will be used. Profile string // Auth optionally configures the authentication // that should be used. Auth auth.Provider // contains filtered or unexported fields }
Issuer implements the Issuer interface with a Cloudflare CFSSL CA server backend.
URL is required.
func FromClient ¶ added in v0.3.0
FromClient returns an Issuer using the provided CFSSL API client. Any changes to the issuers properties must be done before using it.
Click to show internal directories.
Click to hide internal directories.