certificate

package
v0.0.0-...-35a4376 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificateTLSSource

type CertificateTLSSource struct {
	RootCAsFile         string `json:"root_cas_file" yaml:"root_cas_file"`
	InsecureSkipVerify  bool   `json:"skip_cert_verify" yaml:"skip_cert_verify"`
	EnableRenegotiation bool   `json:"enable_renegotiation" yaml:"enable_renegotiation"`

	ClientCertificates file_system_certificate.FileSystemClientCertificate `json:"client_certs" yaml:"client_certs"`
}

func NewCertificateTLSSource

func NewCertificateTLSSource() CertificateTLSSource

func (CertificateTLSSource) Get

func (c CertificateTLSSource) Get() (*tls.Config, error)

func (CertificateTLSSource) RouteHandlers

func (c CertificateTLSSource) RouteHandlers() router.RouteHandlers

func (CertificateTLSSource) ValidateConfigFields

func (c CertificateTLSSource) ValidateConfigFields() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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