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.
Click to show internal directories.
Click to hide internal directories.