package tlsconfig
import "github.com/influxdata/influxdb/pkg/tlsconfig"
Index ¶
Types ¶
type Config ¶
type Config struct { Ciphers []string `toml:"ciphers"` MinVersion string `toml:"min-version"` MaxVersion string `toml:"max-version"` }
func NewConfig ¶
func NewConfig() Config
func (Config) Parse ¶
func (Config) Validate ¶
Source Files ¶
- Version
- v1.12.0 (latest)
- Published
- Apr 8, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 2 days ago –
Tools for package owners.