Documentation
¶
Index ¶
Constants ¶
View Source
const ( MinVersionEnvKey = "TLS_MIN_VERSION" MaxVersionEnvKey = "TLS_MAX_VERSION" CipherSuitesEnvKey = "TLS_CIPHER_SUITES" CurvePreferencesEnvKey = "TLS_CURVE_PREFERENCES" )
Environment variable name suffixes for TLS configuration. Use with a prefix to namespace them, e.g. "WEBHOOK_" + MinVersionEnvKey reads the WEBHOOK_TLS_MIN_VERSION variable.
Variables ¶
This section is empty.
Functions ¶
func DefaultConfigFromEnv ¶
DefaultConfigFromEnv returns a tls.Config with secure defaults. The prefix is prepended to each standard env-var suffix; for example with prefix "WEBHOOK_" the function reads WEBHOOK_TLS_MIN_VERSION, WEBHOOK_TLS_MAX_VERSION, etc.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.