tls

package
v0.0.0-...-b196e69 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2025 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Overview

Package tls provides methods for managing tls configuration for apps.

Index

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

func DisableCertsAutoEnabled(c *drycc.Client, app string) (api.TLS, error)

DisableCertsAutoEnabled disables ACME to automatically generate certificates.

func DisableHTTPSEnforced

func DisableHTTPSEnforced(c *drycc.Client, app string) (api.TLS, error)

DisableHTTPSEnforced disables the router from enforcing https-only requests to the application.

func EnableCertsAutoEnabled

func EnableCertsAutoEnabled(c *drycc.Client, app string) (api.TLS, error)

EnableCertsAutoEnabled enables ACME to automatically generate certificates.

func EnableHTTPSEnforced

func EnableHTTPSEnforced(c *drycc.Client, app string) (api.TLS, error)

EnableHTTPSEnforced enables the router to enforce https-only requests to the application.

func Info

func Info(c *drycc.Client, app string) (api.TLS, error)

Info displays an app's tls config.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL