Documentation
¶
Overview ¶
Package tls provides methods for managing tls configuration for apps.
Index ¶
- func AddCertsIssuer(c *drycc.Client, app string, email string, server string, keyID string, ...) (api.TLS, error)
- func DisableCertsAutoEnabled(c *drycc.Client, app string) (api.TLS, error)
- func DisableHTTPSEnforced(c *drycc.Client, app string) (api.TLS, error)
- func EnableCertsAutoEnabled(c *drycc.Client, app string) (api.TLS, error)
- func EnableHTTPSEnforced(c *drycc.Client, app string) (api.TLS, error)
- func Info(c *drycc.Client, app string) (api.TLS, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCertsIssuer ¶
func AddCertsIssuer(c *drycc.Client, app string, email string, server string, keyID string, keySecret string) (api.TLS, error)
AddCertsIssuer disables ACME to automatically generate certificates.
func DisableCertsAutoEnabled ¶
DisableCertsAutoEnabled disables ACME to automatically generate certificates.
func DisableHTTPSEnforced ¶
DisableHTTPSEnforced disables the router from enforcing https-only requests to the application.
func EnableCertsAutoEnabled ¶
EnableCertsAutoEnabled enables ACME to automatically generate certificates.
func EnableHTTPSEnforced ¶
EnableHTTPSEnforced enables the router to enforce https-only requests to the application.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.